aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-08
* --prune is now default for 'pack-refs'Junio C Hamano2007-01-08
* --utf8 is now default for 'git-am'Junio C Hamano2007-01-08
* git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler2007-01-08
* ssh-upload: prevent buffer overrunAndy Whitcroft2007-01-08
* cvsimport: cleanup temporary cvsps fileMartin Langhoff2007-01-08
* cvsimport: document -S and -L optionsMartin Langhoff2007-01-08
* cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff2007-01-08
* git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-07
* git-svn: add --prefix= option to multi-initEric Wong2007-01-07
* Documentation: clarify definition of "reachable"J. Bruce Fields2007-01-07
* git-svnimport: fix edge revisions double importingSasha Khapyorsky2007-01-07
* cvsimport: skip commits that are too recentMartin Langhoff2007-01-07
* gitweb: Remove superfluous "|" in "commit" viewJakub Narebski2007-01-07
* Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-07
* "init-db" can really be just "init"Nicolas Pitre2007-01-07
* Merge branch 'sp/mmap'Junio C Hamano2007-01-07
|\
| * Spell default packedgitlimit slightly differentlyJunio C Hamano2007-01-07
| * Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce2007-01-06
| * Update packedGit config option documentation.Shawn O. Pearce2006-12-30
| * Merge branch 'master' into sp/mmapJunio C Hamano2006-12-30
| |\
| * | mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano2006-12-29
| * | pack-objects: fix use of use_pack().Junio C Hamano2006-12-29
| * | Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-29
| * | Cleanup read_cache_from error handling.Shawn O. Pearce2006-12-29
| * | Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-29
| * | Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-29
| * | Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-29
| * | Test suite for sliding window mmap implementation.Shawn O. Pearce2006-12-29
| * | Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-29
| * | Support unmapping windows on 'temporary' packfiles.Shawn O. Pearce2006-12-29
| * | Improve error message when packfile mmap fails.Shawn O. Pearce2006-12-29
| * | Ensure core.packedGitWindowSize cannot be less than 2 pages.Shawn O. Pearce2006-12-29
| * | Load core configuration in git-verify-pack.Shawn O. Pearce2006-12-29
| * | Fully activate the sliding window pack access.Shawn O. Pearce2006-12-29
| * | Unmap individual windows rather than entire files.Shawn O. Pearce2006-12-29
| * | Document why header parsing won't exceed a window.Shawn O. Pearce2006-12-29
| * | Loop over pack_windows when inflating/accessing data.Shawn O. Pearce2006-12-29
| * | Replace use_packed_git with window cursors.Shawn O. Pearce2006-12-29
| * | Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce2006-12-29
| * | Create read_or_die utility routine.Shawn O. Pearce2006-12-29
| * | Use off_t for index and pack file lengths.Shawn O. Pearce2006-12-29
| * | Refactor packed_git to prepare for sliding mmap windows.Shawn O. Pearce2006-12-29
| * | Introduce new config option for mmap limit.Shawn O. Pearce2006-12-29
| * | Replace unpack_entry_gently with unpack_entry.Shawn O. Pearce2006-12-29
* | | Merge branch 'jr/status'Junio C Hamano2007-01-06
|\ \ \
| * | | Improve cached content header of status outputJürgen Rühle2007-01-02
| * | | Support --amend on initial commit in status outputJürgen Rühle2007-01-02
| * | | Improve "nothing to commit" part of status outputJürgen Rühle2007-01-02
| * | | Clarify syntax and role of git-add in status outputJürgen Rühle2007-01-02