summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* t7003: fix subdirectory-filter testThomas Rast2010-08-091-1/+2
* Allow "check-ref-format --branch" from subdirectoryJonathan Nieder2010-08-061-0/+17
* Merge branch 'ab/tap' into maintJunio C Hamano2010-08-021-4/+3
|\
| * test-lib: Remove 3 year old no-op --no-python optionÆvar Arnfjörð Bjarmason2010-08-021-3/+0
| * test-lib: Ignore --quiet under a TAP harnessÆvar Arnfjörð Bjarmason2010-08-021-1/+3
* | Fix git rebase --continue to work with touched filesDavid D. Kilzer2010-07-281-0/+43
* | Sync with 1.7.1.2Junio C Hamano2010-07-271-1/+23
|\ \
| * \ Sync with 1.7.0 seriesJunio C Hamano2010-07-271-1/+23
| |\ \
| | * | config --get --path: check for unset $HOMEJonathan Nieder2010-07-271-1/+23
| | * | Merge branch 'maint-1.6.6' into maint-1.7.0Junio C Hamano2010-07-251-0/+18
| | |\ \
| | | * \ Merge branch 'maint-1.6.5' into maint-1.6.6Junio C Hamano2010-07-251-0/+18
| | | |\ \
| | | | * \ Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-07-251-0/+18
| | | | |\ \
* | | | | | | t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt2010-07-251-3/+6
* | | | | | | git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey2010-07-251-1/+7
* | | | | | | tests: correct "does reflog exist?" testsJunio C Hamano2010-07-212-49/+11
* | | | | | | t/: work around one-shot variable assignment with test_must_failBrandon Casey2010-07-213-8/+40
* | | | | | | t/README: correct an exception when breaking a && chain in testsJonathan Nieder2010-07-211-4/+4
* | | | | | | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey2010-07-202-2/+2
* | | | | | | t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey2010-07-201-2/+2
* | | | | | | Merge branch 'maint'Junio C Hamano2010-07-201-2/+4
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | t/README: clarify test_must_fail descriptionBrandon Casey2010-07-201-0/+8
* | | | | | | git submodule add: Require the new --force option to add ignored pathsJens Lehmann2010-07-191-12/+15
* | | | | | | Merge branch 'jl/add-n-ignore-missing'Junio C Hamano2010-07-191-0/+25
|\ \ \ \ \ \ \
| * | | | | | | git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-0/+25
* | | | | | | | Only run aggregate-results over actual countsThomas Rast2010-07-162-2/+2
* | | | | | | | Merge branch 'jn/paginate-fix'Junio C Hamano2010-07-151-45/+196
|\ \ \ \ \ \ \ \
| * | | | | | | | git --paginate: paginate external commands againJonathan Nieder2010-07-141-12/+35
| * | | | | | | | git --paginate: do not commit pager choice too earlyNguyễn Thái Ngọc Duy2010-06-281-12/+46
| * | | | | | | | tests: local config file should be honored from subdirs of toplevelJonathan Nieder2010-06-281-0/+26
| * | | | | | | | t7006: test pager configuration for several git commandsJonathan Nieder2010-06-281-52/+84
| * | | | | | | | t7006 (pager): introduce helper for parameterized testsJonathan Nieder2010-06-281-18/+54
* | | | | | | | | Merge branch 'wp/merge-tree-fix'Junio C Hamano2010-07-151-0/+257
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge-tree: fix where two branches share no changesWill Palmer2010-07-141-3/+3
| * | | | | | | | | add basic tests for merge-treeWill Palmer2010-07-141-0/+257
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/merge-rr-fix'Junio C Hamano2010-07-151-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MERGE_RR is in .git, not .git/rr-cacheJay Soffian2010-07-141-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jn/tests'Junio C Hamano2010-07-151-47/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t3000 (ls-files -o): modernize styleJonathan Nieder2010-07-111-47/+42
* | | | | | | | | | Merge branch 'jn/grep-open'Junio C Hamano2010-07-151-0/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep -O: Do not pass color sequences as filenames to pagerNazri Ramliy2010-07-071-0/+15
* | | | | | | | | | | Merge branch 'jc/rebase-i-commit-msg-fix'Junio C Hamano2010-07-151-0/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano2010-07-051-0/+18
* | | | | | | | | | | | Merge branch 'ab/submodule-add-f'Junio C Hamano2010-07-151-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | git submodule: add submodules with git add -f <path>Ævar Arnfjörð Bjarmason2010-07-051-1/+23
* | | | | | | | | | | | | Merge branch 'jc/read-tree-cache-tree-fix'Junio C Hamano2010-07-141-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano2010-07-08355-1443/+25997
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Fix "read-tree -m A B" priming the cache-treeJunio C Hamano2010-07-081-0/+16
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | test-lib: TAP compliance for skipping tests on requestMichael J Gruber2010-07-121-2/+2
* | | | | | | | | | | | test-lib: simplify GIT_SKIP_TESTS loopMichael J Gruber2010-07-121-10/+3
* | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-07-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |