summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-09read-cache.c: use xcalloc() not calloc()Yakov Lerner
2006-05-09apply: fix infinite loop with multiple patches with --indexEric Wong
2006-05-08Separate object name errors from usage errorsDmitry V. Levin
2006-05-08Documentation: {caret} fixes (git-rev-list.txt)Junio C Hamano
2006-05-08Fix "git diff --stat" with long filenamesLinus Torvalds
2006-05-08Fix repo-config set-multivar error return path.Junio C Hamano
2006-05-07repack: honor -d even when no new pack was createdMartin Waitz
2006-05-07clone: keep --reference even with -l -sMartin Waitz
2006-05-07repo-config: document what value_regexp does a bit more clearly.Junio C Hamano
2006-05-07Release config lock if the regex is invalidPavel Roskin
2006-05-07core-tutorial.txt: escape asteriskMatthias Lederhofer
2006-05-05core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano
2006-05-05repo-config: trim white-space before commentJohannes Schindelin
2006-05-05Fix for config file section parsing.sean
2006-05-04Add a few more words to the glossary.v1.3.2Jon Loeliger
2006-05-04Added definitions for a few words:Jon Loeliger
2006-05-04Alphabetize the glossary.Jon Loeliger
2006-05-03fix various typos in documentationMatthias Kestenholz
2006-05-02git-send-email: fix version string to be valid perlMartin Langhoff
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman
2006-04-30git-format-patch: Use rfc2822 compliant date.Huw Davies
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks
2006-04-28Properly render asciidoc "callouts" in git man pages.Sean Estabrooks
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks
2006-04-28annotate: display usage information if no filename was givenMatthias Kestenholz
2006-04-28annotate: fix warning about uninitialized scalarMatthias Kestenholz
2006-04-28git-am --resolved: more usable error message.Junio C Hamano
2006-04-27verify-pack: check integrity in a saner order.Junio C Hamano
2006-04-26commit-tree.c: check_valid() microoptimization.Junio C Hamano
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds
2006-04-26rebase: typofix.Junio C Hamano
2006-04-25socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn
2006-04-25Document the configuration filePetr Baudis
2006-04-25Document git-var -l listing also configuration variablesPetr Baudis
2006-04-25rev-parse: better error message for ambiguous argumentsPaul Mackerras
2006-04-21git-log produces no outputLinus Torvalds
2006-04-21fix pack-object buffer sizeNicolas Pitre
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano
2006-04-21Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar
2006-04-21pack-objects: do not stop at object that is "too small"Junio C Hamano
2006-04-20git-commit --amend: two fixes.Junio C Hamano
2006-04-19pre-commit hook: complain about conflict markers.Junio C Hamano
2006-04-19git-merge: a bit more readable user guidance.Junio C Hamano
2006-04-19Document git-clone --referenceShawn Pearce
2006-04-18Fix filename scaling for binary filesJonas Fonseca
2006-04-18GIT 1.3.0v1.3.0Junio C Hamano
2006-04-18Add git-annotate(1) and git-blame(1)Jonas Fonseca
2006-04-18diff --stat: make sure to set recursive.Junio C Hamano
2006-04-18git-svnimport symlink supportHerbert Valerio Riedel