summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pre-commit.sample: don't print incidental SHA1Jim Meyering2009-05-161-1/+1
* tests: Add tests for missing format-patch long optionsStephen Boyd2009-05-162-0/+17
* api-parse-options.txt: use 'func' instead of 'funct'Stephen Boyd2009-05-161-1/+1
* Turn on USE_ST_TIMESPEC for OpenBSDTony Kemp2009-05-161-0/+1
* Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-161-1/+3
|\
| * Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-131-1/+3
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-131-1/+3
| | |\
| | | * ls-tree manpage: output of ls-tree is compatible with update-indexAlex Riesen2009-05-101-0/+2
| | | * ls-tree manpage: use "unless" instead of "when ... is not"Alex Riesen2009-05-101-1/+1
* | | | GIT 1.6.3.1v1.6.3.1Junio C Hamano2009-05-122-7/+5
* | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-122-8/+29
|\ \ \ \ | |/ / /
| * | | Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2Junio C Hamano2009-05-122-8/+29
| |\ \ \
| | * | | Revert "checkout branch: prime cache-tree fully"Junio C Hamano2009-05-122-8/+29
| * | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-080-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-081-2/+2
| | |\ \ \ | | | | |/ | | | |/|
* | | | | Documentation: cloning to empty directory is allowedAlexander Potashev2009-05-091-1/+1
* | | | | Clarify kind of conflict in merge-one-file helperAlex Riesen2009-05-091-2/+9
* | | | | git config: clarify --add and --get-colorFelipe Contreras2009-05-091-2/+3
* | | | | archive-tar.c: squelch a type mismatch warningJunio C Hamano2009-05-081-1/+1
* | | | | Start 1.6.3.1 maintenance series.Junio C Hamano2009-05-082-1/+13
* | | | | GIT 1.6.3v1.6.3Junio C Hamano2009-05-063-8/+4
* | | | | t4029: use sh instead of bashNguyễn Thái Ngọc Duy2009-05-061-1/+1
* | | | | t4200: convert sed expression which operates on non-text file to perlBrandon Casey2009-05-061-1/+1
* | | | | t4200: remove two unnecessary linesBrandon Casey2009-05-061-2/+0
* | | | | t/annotate-tests.sh: avoid passing a non-newline terminated file to sedBrandon Casey2009-05-061-1/+4
* | | | | t4118: avoid sed invocation on file without terminating newlineBrandon Casey2009-05-061-1/+1
* | | | | t4118: add missing '&&'Brandon Casey2009-05-061-1/+1
* | | | | t8005: use egrep when extended regular expressions are requiredBrandon Casey2009-05-061-4/+4
* | | | | git-clean doc: the command only affects paths under $(cwd)Junio C Hamano2009-05-061-2/+2
* | | | | Merge branch 'maint'Junio C Hamano2009-05-055-19/+21
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano2009-05-051-1/+1
| |\ \ \ \
| | * | | | git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson2009-05-051-1/+1
| * | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-05-051-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | dir.c: Fix two minor grammatical errors in commentsAllan Caffee2009-05-051-2/+2
| | |/ / /
| * | | | improve error message in config.cAlex Riesen2009-05-051-1/+1
| * | | | t4018-diff-funcname: add cpp xfuncname pattern to syntax testBrandon Casey2009-05-051-1/+1
| * | | | Work around BSD whose typeof(tv.tv_sec) != time_tBernd Ahlers2009-05-051-1/+3
| * | | | git-am.txt: reword extra headers in message bodyStephen Boyd2009-05-051-4/+4
| * | | | git-am.txt: Use date or value instead of time or timestampStephen Boyd2009-05-051-4/+4
| * | | | git-am.txt: add an 'a', say what 'it' is, simplify a sentenceStephen Boyd2009-05-051-6/+6
* | | | | completion: complete values for send-emailStephen Boyd2009-05-051-3/+36
* | | | | completion: complete values for log.dateStephen Boyd2009-05-051-3/+6
* | | | | completion: complete values for help.formatStephen Boyd2009-05-051-0/+4
* | | | | completion: add {gui,diff,merge}tool, man, and pager config variablesStephen Boyd2009-05-051-0/+45
* | | | | completion: add missing configuration variables to _git_config()Stephen Boyd2009-05-051-0/+48
* | | | | Sync with GIT 1.6.2.5Junio C Hamano2009-05-033-1/+58
|\ \ \ \ \ | |/ / / /
| * | | | GIT 1.6.2.5v1.6.2.5Junio C Hamano2009-05-033-2/+23
| * | | | Merge branch 'np/maint-no-ofs-delta' into maintJunio C Hamano2009-05-031-1/+12
| |\ \ \ \
| | * | | | honor repack.usedeltabaseoffset when fetching packsNicolas Pitre2009-05-011-1/+12
| * | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-05-031-0/+25
| |\ \ \ \ \ | | | |_|/ / | | |/| | |