summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-10Don't die in git-http-fetch when fetching packs.Shawn O. Pearce
2007-01-10Update git-svn manpage to remove the implication that SVN::* is optional.Steven Grimm
2007-01-10Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn
2007-01-10gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski
2007-01-10git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard
2007-01-10git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard
2007-01-10git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard
2007-01-09get_tree_entry: map blank requested entry to tree rootJeff King
2007-01-09builtin-archive: do not free a tree held by the object layer.Junio C Hamano
2007-01-09Merge branch 'maint'Junio C Hamano
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano
2007-01-09Do not ignore a detected patchfile brokenness.Junio C Hamano
2007-01-09merge-base: do not leak commit listJunio C Hamano
2007-01-09Auto-quote config values in config.c:store_write_pair()Brian Gernhardt
2007-01-09Ignore git-init and git-remoteBrian Gernhardt
2007-01-09rm git-rerere.perl -- it is now a built-in.Junio C Hamano
2007-01-09cvsserver: fix revision number during file addsMartin Langhoff
2007-01-09cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff
2007-01-09Documentation: add git-remote man pageJ. Bruce Fields
2007-01-08Merge branch 'jc/reflog'Junio C Hamano
2007-01-08short i/o: fix config updates to use write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2007-01-08--prune is now default for 'pack-refs'Junio C Hamano
2007-01-08--utf8 is now default for 'git-am'Junio C Hamano
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler
2007-01-08ssh-upload: prevent buffer overrunAndy Whitcroft
2007-01-08cvsimport: cleanup temporary cvsps fileMartin Langhoff
2007-01-08cvsimport: document -S and -L optionsMartin Langhoff
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff
2007-01-08git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong
2007-01-08git-svn: add --prefix= option to multi-initEric Wong
2007-01-08Documentation: clarify definition of "reachable"J. Bruce Fields
2007-01-08git-svnimport: fix edge revisions double importingSasha Khapyorsky
2007-01-08cvsimport: skip commits that are too recentMartin Langhoff
2007-01-08gitweb: Remove superfluous "|" in "commit" viewJakub Narebski
2007-01-08Remove unnecessary git-rm --cached reference from status outputJürgen Rühle
2007-01-08"init-db" can really be just "init"Nicolas Pitre
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-07Spell default packedgitlimit slightly differentlyJunio C Hamano
2007-01-07Merge branch 'jr/status'Junio C Hamano
2007-01-07Merge branch 'jc/remote'Junio C Hamano
2007-01-07git-reset <tree> -- <path> restores absense of <path> in <tree>Junio C Hamano
2007-01-07diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Junio C Hamano
2007-01-07reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano
2007-01-07reflog expire --fix-staleJunio C Hamano
2007-01-07Move traversal of reachable objects into a separate library.Junio C Hamano
2007-01-07builtin-prune: separate ref walking from reflog walking.Junio C Hamano
2007-01-07builtin-prune: make file-scope static struct to an argument.Junio C Hamano