summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-29Release pack windows before reporting out of memory.Shawn O. Pearce
2006-12-29Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce
2006-12-29Test suite for sliding window mmap implementation.Shawn O. Pearce
2006-12-29Create pack_report() as a debugging aid.Shawn O. Pearce
2006-12-29Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce
2006-12-29Improve error message when packfile mmap fails.Shawn O. Pearce
2006-12-29Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce
2006-12-29Load core configuration in git-verify-pack.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Unmap individual windows rather than entire files.Shawn O. Pearce
2006-12-29Document why header parsing won't exceed a window.Shawn O. Pearce
2006-12-29Loop over pack_windows when inflating/accessing data.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce
2006-12-29Create read_or_die utility routine.Shawn O. Pearce
2006-12-29Use off_t for index and pack file lengths.Shawn O. Pearce
2006-12-29Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce
2006-12-29Introduce new config option for mmap limit.Shawn O. Pearce
2006-12-29Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce
2006-12-29Merge branch 'jc/curl'Junio C Hamano
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-12-29Revert "read_directory: show_both option."Junio C Hamano
2006-12-29Add info about new test families (8 and 9) to t/READMEJakub Narebski
2006-12-29t5400 send-pack test: try a bit more nontrivial transfer.Junio C Hamano
2006-12-29Merge branch 'jc/utf8'Junio C Hamano
2006-12-29Allow non-fast-forward of remote tracking branches in default cloneJunio C Hamano
2006-12-29core.logallrefupdates: log remotes/ tracking branches.Junio C Hamano
2006-12-29GIT_SKIP_TESTS: allow users to omit tests that are known to breakJunio C Hamano
2006-12-29t3900: test conversion to non UTF-8 as wellJunio C Hamano
2006-12-29Merge branch 'jc/make'Junio C Hamano
2006-12-28update hook: redirect _both_ diagnostic lines to stderr upon tag failureJim Meyering
2006-12-28xdl_merge(): fix a segmentation fault when refining conflictsJohannes Schindelin
2006-12-28git-svn: sort multi-init outputEric Wong
2006-12-28git-svn: verify_ref() should actually --verifyEric Wong
2006-12-28git-svn: print out the SVN library version in --version, tooEric Wong
2006-12-28git-svn: remove non-delta fetch code pathsEric Wong
2006-12-28t9200-git-cvsexportcommit.sh: quiet down commitEric Wong
2006-12-28test-lib: quiet down init-db output for testsEric Wong
2006-12-28t6024-recursive-merge: quiet down this testEric Wong
2006-12-28Merge branch 'js/shallow'Junio C Hamano
2006-12-28Allow git-merge to select the default strategy.Shawn O. Pearce
2006-12-28Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce
2006-12-28Ensure `git-pull` fails if `git-merge` fails.Shawn O. Pearce
2006-12-28Use branch names in 'git-rebase -m' conflict hunks.Shawn O. Pearce
2006-12-28Honor GIT_REFLOG_ACTION in git-rebase.Shawn O. Pearce
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce
2006-12-28gitweb: Precompile CGI routines for mod_perlJakub Narebski
2006-12-28gitweb: Add mod_perl version string to "generator" meta headerJakub Narebski
2006-12-28Rename t3900 test vector fileJunio C Hamano
2006-12-28Work around http-fetch built with cURL 7.16.0Junio C Hamano