summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2006-05-03Add a few more words to the glossary.v1.3.2Jon Loeliger-12/+51
2006-05-03Added definitions for a few words:Jon Loeliger-1/+34
2006-05-03Alphabetize the glossary.Jon Loeliger-169/+170
2006-05-03fix various typos in documentationMatthias Kestenholz-4/+4
2006-05-02git-send-email: fix version string to be valid perlMartin Langhoff-1/+8
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman-3/+23
2006-04-30git-format-patch: Use rfc2822 compliant date.Huw Davies-5/+4
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks-4/+3
2006-04-28Properly render asciidoc "callouts" in git man pages.Sean Estabrooks-1/+17
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks-108/+104
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks-19/+40
2006-04-28annotate: display usage information if no filename was givenMatthias Kestenholz-3/+4
2006-04-28annotate: fix warning about uninitialized scalarMatthias Kestenholz-0/+3
2006-04-28git-am --resolved: more usable error message.Junio C Hamano-0/+7
2006-04-27verify-pack: check integrity in a saner order.Junio C Hamano-3/+3
2006-04-26commit-tree.c: check_valid() microoptimization.Junio C Hamano-6/+5
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds-18/+29
2006-04-26rebase: typofix.Junio C Hamano-1/+1
2006-04-24socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn-1/+1
2006-04-24Document the configuration filePetr Baudis-14/+198
2006-04-24Document git-var -l listing also configuration variablesPetr Baudis-1/+4
2006-04-24rev-parse: better error message for ambiguous argumentsPaul Mackerras-2/+10
2006-04-21git-log produces no outputLinus Torvalds-0/+2
2006-04-21fix pack-object buffer sizeNicolas Pitre-1/+1
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano-5/+7
2006-04-20Reintroduce svn pools to solve the memory leak.Santi_Béjar-1/+3
2006-04-20pack-objects: do not stop at object that is "too small"Junio C Hamano-1/+1
2006-04-20git-commit --amend: two fixes.Junio C Hamano-7/+16
2006-04-19pre-commit hook: complain about conflict markers.Junio C Hamano-0/+3
2006-04-19git-merge: a bit more readable user guidance.Junio C Hamano-1/+1
2006-04-18Document git-clone --referenceShawn Pearce-1/+20
2006-04-18Fix filename scaling for binary filesJonas Fonseca-3/+4
2006-04-18GIT 1.3.0v1.3.0Junio C Hamano-1/+1
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca-1/+92
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano-5/+10
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel-2/+16
2006-04-17packed_object_info_detail(): check for corrupt packfile.Junio C Hamano-2/+4
2006-04-17cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn-3/+1
2006-04-17cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn-11/+28
2006-04-17cleanups: Remove impossible case in quote.cSerge E. Hallyn-2/+0
2006-04-17cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn-10/+2
2006-04-17cleanups: Fix potential bugs in connect.cSerge E. Hallyn-4/+14
2006-04-17Merge branch 'jc/boundary'Junio C Hamano-10/+36
2006-04-17Merge branch 'jc/bottomless'Junio C Hamano-0/+2
2006-04-17Allow empty lines in info/graftsYann Dirson-1/+1
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano-10/+36
2006-04-16Makefile fixups.A Large Angry SCM-2/+2
2006-04-16Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano-2/+3
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras-2/+3
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano-1/+3