summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/mktree' into sb/opt-filenameJunio C Hamano2009-05-251-0/+71
|\
| * mktree --missing: allow missing objectsJunio C Hamano2009-05-101-0/+10
| * t1010: add mktree testJunio C Hamano2009-05-101-0/+61
* | Merge branch 'master' into sb/opt-filenameJunio C Hamano2009-05-25169-829/+3964
|\ \
| * | t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CNguyễn Thái Ngọc Duy2009-05-241-0/+31
| * | Merge branch 'mg/track'Junio C Hamano2009-05-231-0/+14
| |\ \
| | * | Fix behavior with non-commit upstream referencesMichael J Gruber2009-05-141-1/+1
| | * | Test tracking of non-commit upstreamsMichael J Gruber2009-05-131-0/+14
| * | | Merge branch 'fc/decorate-tag'Junio C Hamano2009-05-231-3/+3
| |\ \ \
| | * | | Prettify log decorations even moreFelipe Contreras2009-05-131-3/+3
| | | |/ | | |/|
| * | | Merge branch 'jm/format-patch-no-auto-n-when-k-is-given'Junio C Hamano2009-05-231-0/+7
| |\ \ \
| | * | | format-patch let -k override a config-specified format.numberedJim Meyering2009-05-091-0/+7
| | |/ /
| * | | Merge branch 'do/maint-merge-recursive-fix'Junio C Hamano2009-05-231-0/+95
| |\ \ \
| | * | | merge-recursive: never leave index unmerged while recursingDave Olszewski2009-05-091-0/+95
| * | | | Merge branch 'rs/grep-parseopt'Junio C Hamano2009-05-231-2/+54
| |\ \ \ \
| | * | | | parseopt: add PARSE_OPT_NODASHRené Scharfe2009-05-091-0/+7
| | * | | | parseopt: add OPT_NUMBER_CALLBACKRené Scharfe2009-05-091-0/+18
| | * | | | parseopt: add OPT_NEGBITRené Scharfe2009-05-091-2/+29
| | | |/ / | | |/| |
| * | | | Merge branch 'fl/git-pm'Junio C Hamano2009-05-232-8/+19
| |\ \ \ \
| | * | | | Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-091-8/+2
| | * | | | Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-092-0/+17
| | |/ / /
| * | | | Merge branch 'mt/submodule-reference'Junio C Hamano2009-05-231-0/+81
| |\ \ \ \
| | * | | | Add --reference option to git submodule.Michael S. Tsirkin2009-05-091-0/+81
| | |/ / /
| * | | | git-svn: add --authors-prog optionMark Lodato2009-05-211-0/+69
| * | | | git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin2009-05-2129-206/+221
| * | | | Merge branch 'js/add-edit'Junio C Hamano2009-05-181-0/+121
| |\ \ \ \
| | * | | | t3702: fix reliance on SHELL_PATH being '/bin/sh'Johannes Schindelin2009-04-271-7/+19
| | * | | | git-add: introduce --edit (to edit the diff vs. the index)Johannes Schindelin2009-04-121-0/+109
| * | | | | Merge branch 'ac/graph-horizontal-line'Junio C Hamano2009-05-181-4/+2
| |\ \ \ \ \
| | * | | | | graph API: Use horizontal lines for more compact graphsAllan Caffee2009-04-221-4/+2
| * | | | | | Merge branch 'maint'Junio C Hamano2009-05-163-0/+25
| |\ \ \ \ \ \
| | * | | | | | test: checkout shouldn't say that HEAD has moved if it didn'tNanako Shiraishi2009-05-161-0/+8
| | * | | | | | tests: Add tests for missing format-patch long optionsStephen Boyd2009-05-162-0/+17
| * | | | | | | Use UTF-8 instead of utf8 for backward compatibilityAlex Riesen2009-05-161-2/+2
| * | | | | | | Merge branch 'maint'Junio C Hamano2009-05-121-0/+28
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge branch 'maint-1.6.2' into maintJunio C Hamano2009-05-121-0/+28
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | t3900: ISO-2022-JP has more than one popular variantsJunio C Hamano2009-05-121-2/+16
| |/ / / / / /
| * | | | | | 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
| * | | | | | Merge branch 'maint'Junio C Hamano2009-05-051-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'maint'Junio C Hamano2009-04-291-0/+39
| |\ \ \ \ \ \ \
| * | | | | | | | merge-recursive: do not die on a conflicting submoduleJunio C Hamano2009-04-291-3/+3
| * | | | | | | | Merge branch 'maint'Junio C Hamano2009-04-281-0/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | t5701: do not get stuck in empty-push/Johannes Schindelin2009-04-271-2/+2
| * | | | | | | | | t4202: fix typov1.6.3-rc3Linus Torvalds2009-04-261-1/+1