summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin-archive: do not free a tree held by the object layer.Junio C Hamano2007-01-091-1/+0
* Merge branch 'maint'Junio C Hamano2007-01-091-1/+2
|\
| * Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano2007-01-091-1/+2
| * Do not ignore a detected patchfile brokenness.Junio C Hamano2007-01-091-1/+1
* | merge-base: do not leak commit listJunio C Hamano2007-01-081-2/+4
* | Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2007-01-082-0/+31
* | Ignore git-init and git-remoteBrian Gernhardt2007-01-081-0/+2
* | rm git-rerere.perl -- it is now a built-in.Junio C Hamano2007-01-081-284/+0
* | cvsserver: fix revision number during file addsMartin Langhoff2007-01-081-1/+4
* | cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff2007-01-081-1/+8
* | Documentation: add git-remote man pageJ. Bruce Fields2007-01-081-0/+76
* | Merge branch 'jc/reflog'Junio C Hamano2007-01-086-222/+571
|\ \
| * | reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano2007-01-061-23/+54
| * | reflog expire --fix-staleJunio C Hamano2007-01-062-21/+314
| * | Move traversal of reachable objects into a separate library.Junio C Hamano2007-01-064-193/+208
| * | builtin-prune: separate ref walking from reflog walking.Junio C Hamano2007-01-061-2/+9
| * | builtin-prune: make file-scope static struct to an argument.Junio C Hamano2007-01-061-15/+18
* | | short i/o: fix config updates to use write_in_fullAndy Whitcroft2007-01-081-29/+77
* | | short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-0820-89/+74
* | | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-0817-39/+57
* | | short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-084-35/+48
* | | --prune is now default for 'pack-refs'Junio C Hamano2007-01-083-7/+13
* | | --utf8 is now default for 'git-am'Junio C Hamano2007-01-082-6/+21
* | | git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler2007-01-081-1/+1
* | | ssh-upload: prevent buffer overrunAndy Whitcroft2007-01-081-1/+1
* | | cvsimport: cleanup temporary cvsps fileMartin Langhoff2007-01-081-5/+11
* | | cvsimport: document -S and -L optionsMartin Langhoff2007-01-081-0/+8
* | | cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff2007-01-082-4/+11
* | | git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-071-1/+1
* | | git-svn: add --prefix= option to multi-initEric Wong2007-01-072-3/+23
* | | Documentation: clarify definition of "reachable"J. Bruce Fields2007-01-071-2/+5
* | | git-svnimport: fix edge revisions double importingSasha Khapyorsky2007-01-071-2/+2
* | | cvsimport: skip commits that are too recentMartin Langhoff2007-01-071-0/+14
* | | gitweb: Remove superfluous "|" in "commit" viewJakub Narebski2007-01-071-1/+1
* | | Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-071-2/+2
* | | "init-db" can really be just "init"Nicolas Pitre2007-01-078-6/+9
* | | Merge branch 'sp/mmap'Junio C Hamano2007-01-0714-231/+582
|\ \ \
| * | | Spell default packedgitlimit slightly differentlyJunio C Hamano2007-01-071-3/+1
| * | | Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce2007-01-062-8/+18
| * | | Update packedGit config option documentation.Shawn O. Pearce2006-12-301-2/+6
| * | | Merge branch 'master' into sp/mmapJunio C Hamano2006-12-3027-84/+321
| |\ \ \
| * | | | mmap: set FD_CLOEXEC for file descriptors we keep open for mmap()Junio C Hamano2006-12-291-0/+11
| * | | | pack-objects: fix use of use_pack().Junio C Hamano2006-12-291-2/+5
| * | | | Fix random segfaults in pack-objects.Shawn O. Pearce2006-12-291-3/+4
| * | | | Cleanup read_cache_from error handling.Shawn O. Pearce2006-12-291-4/+4
| * | | | Replace mmap with xmmap, better handling MAP_FAILED.Shawn O. Pearce2006-12-296-19/+22
| * | | | Release pack windows before reporting out of memory.Shawn O. Pearce2006-12-292-8/+39
| * | | | Default core.packdGitWindowSize to 1 MiB if NO_MMAP.Shawn O. Pearce2006-12-292-2/+7
| * | | | Test suite for sliding window mmap implementation.Shawn O. Pearce2006-12-291-0/+60
| * | | | Create pack_report() as a debugging aid.Shawn O. Pearce2006-12-292-0/+32