summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'so/submodule-no-update-first-time' into maintJunio C Hamano2011-03-201-0/+52
|\
| * t7406: "git submodule update {--merge|--rebase]" with new submodulesSpencer E. Olson2011-02-171-0/+52
* | Merge branch 'mo/perl-bidi-pipe-envfix' into maintJunio C Hamano2011-03-201-0/+10
|\ \
| * | perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-141-0/+10
* | | Merge branch 'ae/better-template-failure-report' into maintJunio C Hamano2011-03-201-0/+13
|\ \ \
| * | | Improve error messages when temporary file creation failsArnout Engelen2010-12-211-0/+13
* | | | Work around broken ln on solaris as used in t8006Ben Walton2011-03-201-1/+2
* | | | t/README: Add a note about running commands under valgrindCarlos Martín Nieto2011-03-201-0/+7
* | | | Merge branch 'jn/maint-commit-missing-template' into maintJunio C Hamano2011-03-161-3/+11
|\ \ \ \
| * | | | commit: error out for missing commit message templateJonathan Nieder2011-02-251-3/+11
| * | | | Merge branch 'maint-1.7.2' into maint-1.7.3Junio C Hamano2011-02-161-0/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'maint-1.7.1' into maint-1.7.2Junio C Hamano2011-02-161-0/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'maint-1.7.0' into maint-1.7.1Junio C Hamano2011-02-161-0/+1
| | | |\ \ \ \
* | | | \ \ \ \ Merge branch 'lt/rename-no-extra-copy-detection' into maintJunio C Hamano2011-03-165-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | diffcore-rename: properly honor the difference between -M and -CLinus Torvalds2011-02-185-6/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'jk/diffstat-binary' into maintJunio C Hamano2011-03-161-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: handle diffstat of rewritten binary filesJeff King2011-02-221-0/+7
* | | | | | | | | Merge branch 'jn/test-terminal-punt-on-osx-breakage' into maintJunio C Hamano2011-03-161-3/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: skip terminal output tests on OS XJonathan Nieder2011-02-171-3/+19
* | | | | | | | | | Merge branch 'jk/fail-null-clone' into maintJunio C Hamano2011-03-161-0/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clone: die when trying to clone missing local pathJeff King2011-02-181-0/+13
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mg/placeholders-are-lowercase' into maintJunio C Hamano2011-03-161-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mg/patch-id' into maintJunio C Hamano2011-03-161-0/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-patch-id: do not trip over "no newline" markersMichael J Gruber2011-02-171-1/+1
| * | | | | | | | | | git-patch-id: test for "no newline" markersMichael J Gruber2011-02-171-0/+36
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'js/maint-merge-use-prepare-commit-msg-hook' into maintJunio C Hamano2011-03-161-0/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge: honor prepare-commit-msg hookJay Soffian2011-02-151-0/+12
| |/ / / / / / / / /
* | | | | | | | | | valgrind: ignore SSE-based strlen invalid readsCarlos Martín Nieto2011-03-161-0/+6
* | | | | | | | | | Fix typo in t/READMEMathias Lafeldt2011-03-091-1/+1
* | | | | | | | | | t/t7500-commit.sh: use test_cmp instead of testÆvar Arnfjörð Bjarmason2011-02-211-1/+6
* | | | | | | | | | t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason2011-02-213-88/+6
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'maint-1.7.0' into maintJunio C Hamano2011-02-091-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | fast-import: introduce "feature notes" commandJonathan Nieder2011-02-091-0/+1
* | | | | | | | | diff: support --cached on unborn branchesNguyễn Thái Ngọc Duy2011-02-073-0/+64
* | | | | | | | | t7407: fix line endings for mingw buildPat Thoyts2011-02-071-0/+4
* | | | | | | | | t4120-apply-popt: help systems with core.filemode=falseJohannes Sixt2011-02-071-2/+7
* | | | | | | | | t3509: use unconstrained initial test to setup repository.Pat Thoyts2011-02-071-2/+4
* | | | | | | | | Merge branch 'jl/fetch-submodule-recursive' into maintJunio C Hamano2011-01-311-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | t5526: Fix wrong argument order in "git config"Jens Lehmann2011-01-311-1/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2011-01-272-0/+45
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | tests: sanitize more git environment variablesJeff King2011-01-271-0/+3
| * | | | | | | | Merge branch 'jn/fast-import-empty-tree-removal' into maintJunio C Hamano2011-01-271-0/+42
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fast-import: treat filemodify with empty tree as deleteJonathan Nieder2011-01-271-0/+42
| * | | | | | | | | Merge branch 'tr/submodule-relative-scp-url' into maintJunio C Hamano2011-01-191-0/+38
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'rj/maint-test-fixes' into maintJunio C Hamano2011-01-194-23/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/submodule-b-current' into maintJunio C Hamano2011-01-191-5/+23
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-svn-info-test-fix' into maintJunio C Hamano2011-01-191-72/+34
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jn/setup-fixes'Junio C Hamano2011-01-243-4453/+703
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t1510: fix typo in the comment of a testJonathan Nieder2011-01-241-1/+1