summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix "git diff --stat" with long filenamesLinus Torvalds2006-05-081-1/+1
* Fix repo-config set-multivar error return path.Junio C Hamano2006-05-071-12/+6
* repack: honor -d even when no new pack was createdMartin Waitz2006-05-071-7/+7
* clone: keep --reference even with -l -sMartin Waitz2006-05-072-1/+79
* repo-config: document what value_regexp does a bit more clearly.Junio C Hamano2006-05-071-4/+5
* Release config lock if the regex is invalidPavel Roskin2006-05-071-0/+2
* core-tutorial.txt: escape asteriskMatthias Lederhofer2006-05-071-1/+1
* core.prefersymlinkrefs: use symlinks for .git/HEADJunio C Hamano2006-05-056-11/+17
* repo-config: trim white-space before commentJohannes Schindelin2006-05-051-6/+6
* Fix for config file section parsing.sean2006-05-051-2/+3
* Add a few more words to the glossary.v1.3.2Jon Loeliger2006-05-031-12/+51
* Added definitions for a few words:Jon Loeliger2006-05-032-1/+34
* Alphabetize the glossary.Jon Loeliger2006-05-031-169/+170
* fix various typos in documentationMatthias Kestenholz2006-05-033-4/+4
* git-send-email: fix version string to be valid perlMartin Langhoff2006-05-021-1/+8
* Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman2006-05-021-3/+23
* git-format-patch: Use rfc2822 compliant date.Huw Davies2006-04-301-5/+4
* Fix trivial typo in git-log man page.Sean Estabrooks2006-04-281-4/+3
* Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2006-04-282-1/+17
* Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks2006-04-286-108/+104
* Update the git-branch man page to include the "-r" option,Sean Estabrooks2006-04-282-19/+40
* annotate: display usage information if no filename was givenMatthias Kestenholz2006-04-281-3/+4
* annotate: fix warning about uninitialized scalarMatthias Kestenholz2006-04-281-0/+3
* git-am --resolved: more usable error message.Junio C Hamano2006-04-281-0/+7
* verify-pack: check integrity in a saner order.Junio C Hamano2006-04-271-3/+3
* commit-tree.c: check_valid() microoptimization.Junio C Hamano2006-04-261-6/+5
* Fix filename verification when in a subdirectoryLinus Torvalds2006-04-264-18/+29
* rebase: typofix.Junio C Hamano2006-04-261-1/+1
* socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn2006-04-241-1/+1
* Document the configuration filePetr Baudis2006-04-243-14/+198
* Document git-var -l listing also configuration variablesPetr Baudis2006-04-241-1/+4
* rev-parse: better error message for ambiguous argumentsPaul Mackerras2006-04-241-2/+10
* git-log produces no outputLinus Torvalds2006-04-211-0/+2
* fix pack-object buffer sizeNicolas Pitre2006-04-211-1/+1
* mailinfo: decode underscore used in "Q" encoding properly.Junio C Hamano2006-04-211-5/+7
* Reintroduce svn pools to solve the memory leak.Santi_BĂ©jar2006-04-201-1/+3
* pack-objects: do not stop at object that is "too small"Junio C Hamano2006-04-201-1/+1
* git-commit --amend: two fixes.Junio C Hamano2006-04-202-7/+16
* pre-commit hook: complain about conflict markers.Junio C Hamano2006-04-191-0/+3
* git-merge: a bit more readable user guidance.Junio C Hamano2006-04-191-1/+1
* Document git-clone --referenceShawn Pearce2006-04-181-1/+20
* Fix filename scaling for binary filesJonas Fonseca2006-04-181-3/+4
* GIT 1.3.0v1.3.0Junio C Hamano2006-04-181-1/+1
* Add git-annotate(1) and git-blame(1)Jonas Fonseca2006-04-184-1/+92
* diff --stat: make sure to set recursive.Junio C Hamano2006-04-183-5/+10
* git-svnimport symlink supportHerbert Valerio Riedel2006-04-181-2/+16
* packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-171-2/+4
* cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn2006-04-171-3/+1
* cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn2006-04-171-11/+28
* cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-171-2/+0