Commit Graph

  • 2c039da804 mmap: set FD_CLOEXEC for file descriptors we keep open for mmap() Junio C Hamano 2006-12-29 00:30:01 -0800
  • 9c18df1907 pack-objects: fix use of use_pack(). Junio C Hamano 2006-12-28 22:29:06 -0800
  • f5b1b5a07e Fix random segfaults in pack-objects. Shawn O. Pearce 2006-12-27 02:46:23 -0500
  • 5fe5c8300d Cleanup read_cache_from error handling. Shawn O. Pearce 2006-12-25 23:40:58 -0500
  • c4712e4553 Replace mmap with xmmap, better handling MAP_FAILED. Shawn O. Pearce 2006-12-24 00:47:23 -0500
  • 97bfeb34df Release pack windows before reporting out of memory. Shawn O. Pearce 2006-12-24 00:47:19 -0500
  • 8c82534d89 Default core.packdGitWindowSize to 1 MiB if NO_MMAP. Shawn O. Pearce 2006-12-24 00:46:13 -0500
  • 2dee8af676 Test suite for sliding window mmap implementation. Shawn O. Pearce 2006-12-23 02:34:51 -0500
  • a53128b601 Create pack_report() as a debugging aid. Shawn O. Pearce 2006-12-23 02:34:47 -0500
  • 11daf39b74 Support unmapping windows on 'temporary' packfiles. Shawn O. Pearce 2006-12-23 02:34:44 -0500
  • 73b4e4be71 Improve error message when packfile mmap fails. Shawn O. Pearce 2006-12-23 02:34:41 -0500
  • 40be82723c Ensure core.packedGitWindowSize cannot be less than 2 pages. Shawn O. Pearce 2006-12-23 02:34:38 -0500
  • bac2614de3 Load core configuration in git-verify-pack. Shawn O. Pearce 2006-12-23 02:34:33 -0500
  • 60bb8b1453 Fully activate the sliding window pack access. Shawn O. Pearce 2006-12-23 02:34:28 -0500
  • 54044bf825 Unmap individual windows rather than entire files. Shawn O. Pearce 2006-12-23 02:34:23 -0500
  • 8d8a4ea553 Document why header parsing won't exceed a window. Shawn O. Pearce 2006-12-23 02:34:18 -0500
  • 079afb18fe Loop over pack_windows when inflating/accessing data. Shawn O. Pearce 2006-12-23 02:34:13 -0500
  • 03e79c88aa Replace use_packed_git with window cursors. Shawn O. Pearce 2006-12-23 02:34:08 -0500
  • 9bc879c1ce Refactor how we open pack files to prepare for multiple windows. Shawn O. Pearce 2006-12-23 02:34:01 -0500
  • 75025ccdb7 Create read_or_die utility routine. Shawn O. Pearce 2006-12-23 02:33:55 -0500
  • 2dc3a23409 Use off_t for index and pack file lengths. Shawn O. Pearce 2006-12-23 02:33:47 -0500
  • c41ee586dc Refactor packed_git to prepare for sliding mmap windows. Shawn O. Pearce 2006-12-23 02:33:44 -0500
  • 77ccc5bbd1 Introduce new config option for mmap limit. Shawn O. Pearce 2006-12-23 02:33:35 -0500
  • 4d703a1a90 Replace unpack_entry_gently with unpack_entry. Shawn O. Pearce 2006-12-23 02:33:25 -0500
  • 1ed4813f7d Merge branch 'jc/curl' Junio C Hamano 2006-12-29 11:36:21 -0800
  • 4d06f8ac43 Fix 'git add' with .gitignore Junio C Hamano 2006-12-29 11:01:31 -0800
  • c889763bf3 Revert "read_directory: show_both option." Junio C Hamano 2006-12-29 10:08:19 -0800
  • 8757749ecb Add info about new test families (8 and 9) to t/README Jakub Narebski 2006-12-29 14:39:09 +0100
  • 04509738b5 t5400 send-pack test: try a bit more nontrivial transfer. Junio C Hamano 2006-12-29 02:25:04 -0800
  • 579c9bb198 Use merge-recursive in git-am -3. Shawn O. Pearce 2006-12-28 02:35:27 -0500
  • a970e84e8a Allow merging bare trees in merge-recursive. Shawn O. Pearce 2006-12-28 02:35:24 -0500
  • 7ba3c078c7 Move better_branch_name above get_ref in merge-recursive. Shawn O. Pearce 2006-12-28 02:35:20 -0500
  • eff73751bb Merge branch 'jc/utf8' Junio C Hamano 2006-12-28 19:03:02 -0800
  • 013672bc58 Allow non-fast-forward of remote tracking branches in default clone Junio C Hamano 2006-12-28 16:32:17 -0800
  • e19b9ddab3 core.logallrefupdates: log remotes/ tracking branches. Junio C Hamano 2006-12-28 16:32:05 -0800
  • 04ece59399 GIT_SKIP_TESTS: allow users to omit tests that are known to break Junio C Hamano 2006-12-28 17:58:00 -0800
  • 7255ff0446 t3900: test conversion to non UTF-8 as well Junio C Hamano 2006-12-28 17:36:35 -0800
  • 3bd5c81e02 Merge branch 'jc/make' Junio C Hamano 2006-12-28 16:43:27 -0800
  • b81ba57124 update hook: redirect _both_ diagnostic lines to stderr upon tag failure Jim Meyering 2006-12-28 16:05:02 +0100
  • 5d6b151fdd xdl_merge(): fix a segmentation fault when refining conflicts Johannes Schindelin 2006-12-28 17:13:33 +0100
  • 4a4d94b29b git-svn: sort multi-init output Eric Wong 2006-12-28 01:16:22 -0800
  • 2c5c1d5300 git-svn: verify_ref() should actually --verify Eric Wong 2006-12-28 01:16:21 -0800
  • 7d60ab2c15 git-svn: print out the SVN library version in --version, too Eric Wong 2006-12-28 01:16:20 -0800
  • ed92f17026 git-svn: remove non-delta fetch code paths Eric Wong 2006-12-28 01:16:19 -0800
  • e32139aa0e t9200-git-cvsexportcommit.sh: quiet down commit Eric Wong 2006-12-28 01:10:52 -0800
  • 6f7c86df7a test-lib: quiet down init-db output for tests Eric Wong 2006-12-28 01:10:51 -0800
  • 7d2ba1229c t6024-recursive-merge: quiet down this test Eric Wong 2006-12-28 01:10:50 -0800
  • b11bd57a38 Merge branch 'js/shallow' Junio C Hamano 2006-12-28 01:25:43 -0800
  • 6b5a795bf5 Allow git-merge to select the default strategy. Shawn O. Pearce 2006-12-28 02:35:11 -0500
  • de811948ba Honor pull.{twohead,octopus} in git-merge. Shawn O. Pearce 2006-12-28 02:35:05 -0500
  • bf699582fd Ensure `git-pull` fails if `git-merge` fails. Shawn O. Pearce 2006-12-28 02:35:01 -0500
  • 0bb733c91c Use branch names in 'git-rebase -m' conflict hunks. Shawn O. Pearce 2006-12-28 02:34:56 -0500
  • 42ea5a5784 Honor GIT_REFLOG_ACTION in git-rebase. Shawn O. Pearce 2006-12-28 02:34:52 -0500
  • f94741324e Use GIT_REFLOG_ACTION environment variable instead. Shawn O. Pearce 2006-12-28 02:34:48 -0500
  • b1f5f64fc8 gitweb: Precompile CGI routines for mod_perl Jakub Narebski 2006-12-28 00:00:52 +0100
  • 45c9a7583c gitweb: Add mod_perl version string to "generator" meta header Jakub Narebski 2006-12-27 23:59:51 +0100
  • d086af93c4 1.5.0 release notes - reword introductory text. Junio C Hamano 2006-12-27 21:50:45 -0800
  • 7755f573bd 1.5.0 relnotes (git-svn section) Eric Wong 2006-12-27 21:37:13 -0800
  • 0abfc34260 1.5.0 release notes. Junio C Hamano 2006-12-27 21:33:28 -0800
  • 46e35a6cb9 Rename t3900 test vector file Junio C Hamano 2006-12-27 17:38:02 -0800
  • 500ebb0196 Work around http-fetch built with cURL 7.16.0 Junio C Hamano 2006-12-27 13:59:26 -0800
  • bbfc63dd78 gcc does not necessarily pass runtime libpath with -R Junio C Hamano 2006-12-27 14:17:35 -0800
  • 7c20b8234a Merge branch 'sp/gc' Junio C Hamano 2006-12-27 16:43:15 -0800
  • d2c11a38c4 UTF-8: introduce i18n.logoutputencoding. Junio C Hamano 2006-12-27 16:41:33 -0800
  • 87ac1390d9 Set NO_MMAP for Cygwin by default Junio C Hamano 2006-12-27 15:12:31 -0800
  • a3c11db9ec Use 'repack -a -d -l' instead of 'repack -a -d' in git-gc Junio C Hamano 2006-12-27 14:23:21 -0800
  • ccdfdea08d gitweb: Re-enable rev-list --parents for parse_commit. Robert Fitzsimons 2006-12-27 14:22:21 +0000
  • 2ef5805504 git-send-email: default value for "From:" field. Quy Tonthat 2006-12-28 01:16:21 +1100
  • 37818d7db0 Merge branch 'master' into js/shallow Junio C Hamano 2006-12-27 02:43:46 -0800
  • 8f57b0a0fb everyday: replace a few 'prune' and 'repack' with 'gc' Junio C Hamano 2006-12-27 02:00:30 -0800
  • 30f610b7b0 Create 'git gc' to perform common maintenance operations. Shawn O. Pearce 2006-12-27 02:17:59 -0500
  • 4aec56d12b git-reflog: gc.* configuration and documentation. Junio C Hamano 2006-12-27 01:47:57 -0800
  • 48c3242450 rerere gc: honor configuration and document it Junio C Hamano 2006-12-27 01:24:05 -0800
  • ae72f68541 count-objects -v: show number of packs as well. Junio C Hamano 2006-12-27 01:04:03 -0800
  • e8b4029f99 Merge branch 'jc/fsck-reflog' Junio C Hamano 2006-12-26 23:47:40 -0800
  • 268b827d98 everyday: update for v1.5.0 Junio C Hamano 2006-12-26 22:42:33 -0800
  • c3a41037ed git-svn: dcommit should diff against the current HEAD after committing Eric Wong 2006-12-26 16:27:38 -0800
  • 39ed7c181b git-svn: quiet down tests and fix some unportable shell constructs Eric Wong 2006-12-26 16:27:37 -0800
  • 59f3e25480 hooks/commit-msg: add example to add Signed-off-by line to message Andy Parkins 2006-12-21 09:24:17 +0000
  • 7948d7744d move git-blame to its place in .gitignore Nicolas Pitre 2006-12-26 12:14:18 -0800
  • 7dc2692307 Add git-reflog to .gitignore Nicolas Pitre 2006-12-26 14:08:08 -0500
  • 52883fbd76 Teach log family --encoding Junio C Hamano 2006-12-25 11:48:35 -0800
  • 4b2bced559 i18n.logToUTF8: convert commit log message to UTF-8 Junio C Hamano 2006-12-23 23:53:02 -0800
  • b45974a655 Move encoding conversion routine out of mailinfo to utf8.c Junio C Hamano 2006-12-23 23:36:55 -0800
  • 6934dec895 Document git-reset <commit> -- <paths>... Junio C Hamano 2006-12-26 00:21:01 -0800
  • 2f89543eaf Document --numstat in git-apply and git-diff Junio C Hamano 2006-12-26 00:15:26 -0800
  • abc8ab19ae show-branch --reflog: add documentation. Junio C Hamano 2006-12-26 00:11:50 -0800
  • 32e72b6e13 Add introductory comments to WC Junio C Hamano 2006-12-25 22:21:22 -0800
  • d74c6543f3 Add --no-fetch option to KO Junio C Hamano 2006-12-25 22:21:09 -0800
  • 2cf0223ba4 add .mailmap for git-shortlog output with the git repository Nicolas Pitre 2006-12-25 23:25:44 -0500
  • d5e86da891 GIT v1.5.0 preview v1.5.0-rc0 Junio C Hamano 2006-12-25 18:14:12 -0800
  • d2bafe5c32 Merge branch 'jc/bm' Junio C Hamano 2006-12-25 18:08:01 -0800
  • 6ec45f3bd1 Merge branch 'rf/web' Junio C Hamano 2006-12-25 18:02:39 -0800
  • 6a1ad32519 git-add -f: allow adding otherwise ignored files. Junio C Hamano 2006-12-25 17:46:38 -0800
  • f47efbb7ab gitweb: Use rev-list --skip option. Robert Fitzsimons 2006-12-24 14:31:49 +0000
  • a8b983bfea gitweb: Change history action to use parse_commits. Robert Fitzsimons 2006-12-24 14:31:48 +0000
  • b6093a5c02 gitweb: Change atom, rss actions to use parse_commits. Robert Fitzsimons 2006-12-24 14:31:47 +0000
  • 5ad66088d1 gitweb: Change header search action to use parse_commits. Robert Fitzsimons 2006-12-24 14:31:46 +0000
  • 719dad28c5 gitweb: Change log action to use parse_commits. Robert Fitzsimons 2006-12-24 14:31:45 +0000
  • 190d7fdcf3 gitweb: Change summary, shortlog actions to use parse_commits. Robert Fitzsimons 2006-12-24 14:31:44 +0000