summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-10Don't save the commit buffer in git-describe.Libravatar Shawn O. Pearce1-0/+1
2007-01-09Fix warnings in sha1_file.c - use C99 printf format if availableLibravatar Pavel Roskin1-4/+11
2007-01-09-u is now default for 'git-mailinfo'.Libravatar Junio C Hamano4-18/+21
2007-01-09-u is now default for 'git-applymbox'Libravatar Junio C Hamano2-8/+9
2007-01-09git-am: should work when "--no-utf8 --utf8" is givenLibravatar Junio C Hamano1-1/+1
2007-01-09Don't die in git-http-fetch when fetching packs.Libravatar Shawn O. Pearce2-0/+4
2007-01-09Update git-svn manpage to remove the implication that SVN::* is optional.Libravatar Steven Grimm1-59/+6
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Libravatar Stefan-W. Hahn3-0/+30
2007-01-09gitweb: Fix git_patchset_body not closing <div class="patch">Libravatar Jakub Narebski1-3/+4
2007-01-09git.el: Define the propertize function if needed, for XEmacs compatibility.Libravatar Alexandre Julliard1-5/+13
2007-01-09git-clone: Make sure the master branch exists before running cat on it.Libravatar Alexandre Julliard1-1/+1
2007-01-09git-apply: Remove directories that have become empty after deleting a file.Libravatar Alexandre Julliard1-2/+13
2007-01-09get_tree_entry: map blank requested entry to tree rootLibravatar Jeff King1-1/+8
2007-01-09builtin-archive: do not free a tree held by the object layer.Libravatar Junio C Hamano1-1/+0
2007-01-09Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2007-01-09Fix "Do not ignore a detected patchfile brokenness."Libravatar Junio C Hamano1-1/+2
2007-01-09Do not ignore a detected patchfile brokenness.Libravatar Junio C Hamano1-1/+1
2007-01-08merge-base: do not leak commit listLibravatar Junio C Hamano1-2/+4
2007-01-08Auto-quote config values in config.c:store_write_pair()Libravatar Brian Gernhardt2-0/+31
2007-01-08Ignore git-init and git-remoteLibravatar Brian Gernhardt1-0/+2
2007-01-08rm git-rerere.perl -- it is now a built-in.Libravatar Junio C Hamano1-284/+0
2007-01-08cvsserver: fix revision number during file addsLibravatar Martin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listLibravatar Martin Langhoff1-1/+8
2007-01-08Documentation: add git-remote man pageLibravatar J. Bruce Fields1-0/+76
2007-01-08Merge branch 'jc/reflog'Libravatar Junio C Hamano6-222/+571
2007-01-08short i/o: fix config updates to use write_in_fullLibravatar Andy Whitcroft1-29/+77
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft20-89/+74
2007-01-08short i/o: fix calls to read to use xread or read_in_fullLibravatar Andy Whitcroft17-39/+57
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyLibravatar Andy Whitcroft4-35/+48
2007-01-08--prune is now default for 'pack-refs'Libravatar Junio C Hamano3-7/+13
2007-01-08--utf8 is now default for 'git-am'Libravatar Junio C Hamano2-6/+21
2007-01-08git-commit: do not fail to print the diffstat even if there is a file named HEADLibravatar Michael Loeffler1-1/+1
2007-01-08ssh-upload: prevent buffer overrunLibravatar Andy Whitcroft1-1/+1
2007-01-08cvsimport: cleanup temporary cvsps fileLibravatar Martin Langhoff1-5/+11
2007-01-08cvsimport: document -S and -L optionsLibravatar Martin Langhoff1-0/+8
2007-01-08cvsimport: skip commits that are too recent (option and documentation)Libravatar Martin Langhoff2-4/+11
2007-01-07git-svn: pass an unambiguous ref to rev-list when grafting-branchesLibravatar Eric Wong1-1/+1
2007-01-07git-svn: add --prefix= option to multi-initLibravatar Eric Wong2-3/+23
2007-01-07Documentation: clarify definition of "reachable"Libravatar J. Bruce Fields1-2/+5
2007-01-07git-svnimport: fix edge revisions double importingLibravatar Sasha Khapyorsky1-2/+2
2007-01-07cvsimport: skip commits that are too recentLibravatar Martin Langhoff1-0/+14
2007-01-07gitweb: Remove superfluous "|" in "commit" viewLibravatar Jakub Narebski1-1/+1
2007-01-07Remove unnecessary git-rm --cached reference from status outputLibravatar Jürgen Rühle1-2/+2
2007-01-07"init-db" can really be just "init"Libravatar Nicolas Pitre8-6/+9
2007-01-07Merge branch 'sp/mmap'Libravatar Junio C Hamano14-231/+582
2007-01-07Spell default packedgitlimit slightly differentlyLibravatar Junio C Hamano1-3/+1
2007-01-06Merge branch 'jr/status'Libravatar Junio C Hamano2-13/+37
2007-01-06Merge branch 'jc/remote'Libravatar Junio C Hamano2-1/+278
2007-01-06git-reset <tree> -- <path> restores absense of <path> in <tree>Libravatar Junio C Hamano1-2/+4
2007-01-06diff-index --cached --raw: show tree entry on the LHS for unmerged entries.Libravatar Junio C Hamano4-8/+15