summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-29cvsimport: always pass user data to "system" as a listLibravatar Jeff King1-1/+1
2008-04-29fix reflog approxidate parsing bugLibravatar Jeff King1-2/+5
2008-04-28Fix use after free() in builtin-fetchLibravatar Alex Riesen1-3/+5
2008-04-28fetch-pack: do not stop traversing an already parsed commitLibravatar Linus Torvalds1-4/+4
2008-04-28Use "=" instead of "==" in condition as it is more portableLibravatar Alex Riesen1-1/+1
2008-04-27Die for an early EOF in a file reading loopLibravatar Heikki Orsila1-3/+3
2008-04-27Document functions xmemdupz(), xread() and xwrite()Libravatar Heikki Orsila1-0/+16
2008-04-27Merge branch 'maint'Libravatar Junio C Hamano3-1/+28
2008-04-27clone: detect and fail on excess parametersLibravatar Junio C Hamano2-0/+27
2008-04-27Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano1-1/+1
2008-04-27Remove 'header' from --signoff option descriptionLibravatar Dan McGee1-1/+1
2008-04-27bash: Add completion for gitk --mergeLibravatar Richard Quirk1-1/+6
2008-04-27rev-parse: fix --verify to error out when passed junk after a good revLibravatar Christian Couder1-2/+2
2008-04-27git checkout: add -t alias for --trackLibravatar Miklos Vajna2-2/+2
2008-04-26rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Libravatar Christian Couder2-4/+21
2008-04-26gitweb: Use feed link according to current viewLibravatar Jakub Narebski2-25/+104
2008-04-26Optimize match_pathspec() to avoid fnmatch()Libravatar Linus Torvalds1-2/+20
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow5-2/+43
2008-04-26Make walker.fetch_ref() take a struct ref.Libravatar Daniel Barkalow6-27/+36
2008-04-26documentation: web--browse: add a note about konquerorLibravatar Christian Couder1-1/+23
2008-04-26documentation: help: add info about "man.<tool>.cmd" config varLibravatar Christian Couder2-5/+48
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandLibravatar Christian Couder1-18/+40
2008-04-26documentation: help: add "man.<tool>.path" config variableLibravatar Christian Couder2-0/+13
2008-04-26help: use man viewer path from "man.<tool>.path" config varLibravatar Christian Couder1-19/+124
2008-04-26Allow cherry-pick (and revert) to add signoff lineLibravatar Dan McGee3-7/+23
2008-04-25Merge branch 'ho/shared'Libravatar Junio C Hamano7-38/+149
2008-04-24Merge branch 'maint'Libravatar Junio C Hamano8-19/+170
2008-04-24remote: create fetch config lines with '+'Libravatar Jeff King2-0/+11
2008-04-24push: allow unqualified dest refspecs to DWIMLibravatar Jeff King2-3/+69
2008-04-24Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano4-16/+75
2008-04-24doc/git-gc: add a note about what is collectedLibravatar Jeff King1-0/+15
2008-04-23t5516: remove ambiguity test (1)Libravatar Jeff King1-13/+1
2008-04-23Linked glossary from cvs-migration pageLibravatar Matt Graham1-1/+2
2008-04-23write-tree: properly detect failure to write tree objectsLibravatar Junio C Hamano2-2/+72
2008-04-23Merge branch 'maint'Libravatar Junio C Hamano11-46/+54
2008-04-22Merge branch 'maint-1.5.4' into maintLibravatar Junio C Hamano6-10/+24
2008-04-22Amend git-push refspec documentationLibravatar Sam Vilain1-10/+13
2008-04-22git-gc --prune is deprecatedLibravatar Dmitry Potapov2-20/+3
2008-04-22svn-git: Use binmode for reading/writing binary rev mapsLibravatar Michael Weber1-0/+4
2008-04-22diff options documentation: refer to --diff-filter in --name-statusLibravatar Miklos Vajna1-1/+2
2008-04-22Don't force imap.host to be set when imap.tunnel is setLibravatar Jeff King1-2/+5
2008-04-22git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcLibravatar Brandon Casey1-4/+9
2008-04-22git-svn bug with blank commits and author fileLibravatar Thomas Guyot-Sionnest1-2/+1
2008-04-22archive.c: format_subst - fixed bogus argument to memchrLibravatar Ariel Badichi1-2/+2
2008-04-22copy.c: copy_fd - correctly report write errorsLibravatar Ariel Badichi1-4/+4
2008-04-22gitattributes: Fix subdirectory attributes specified from root directoryLibravatar Matthew Ogilvie2-1/+11
2008-04-22Merge branch 'maint'Libravatar Junio C Hamano4-4/+14
2008-04-21post-receive-email: fix accidental removal of a trailing space in signature lineLibravatar Andy Parkins1-1/+2
2008-04-21completion: remove use of dashed git commandsLibravatar Dan McGee1-4/+4
2008-04-21completion: allow 'git remote' subcommand completionLibravatar Dan McGee1-0/+1