summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * t0005: work around strange $? in ksh when program terminated by a signalJohannes Sixt2010-07-091-0/+1
* | tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason2010-07-087-18/+17
* | t9118 (git-svn): prevent early failure from taking down later testsJonathan Nieder2010-07-081-21/+25
* | t9118: avoid PEG revision identifier in testsMichael J Gruber2010-07-081-1/+1
* | Merge branch 'ab/tap'Junio C Hamano2010-07-0746-111/+369
|\ \
| * | t/README: document more test helpersJonathan Nieder2010-07-061-0/+31
| * | t/README: proposed rewording...Junio C Hamano2010-07-051-13/+8
| * | t/README: Document the do's and don'ts of testsÆvar Arnfjörð Bjarmason2010-07-051-0/+78
| * | t/README: Add a section about skipping testsÆvar Arnfjörð Bjarmason2010-07-051-0/+12
| * | t/README: Document test_expect_codeÆvar Arnfjörð Bjarmason2010-07-051-0/+7
| * | t/README: Document test_external*Ævar Arnfjörð Bjarmason2010-07-051-0/+27
| * | t/README: Document the prereq functions, and 3-arg test_*Ævar Arnfjörð Bjarmason2010-07-051-3/+34
| * | t/README: Typo: paralell -> parallelÆvar Arnfjörð Bjarmason2010-07-051-1/+1
| * | t/README: The trash is in 't/trash directory.$name'Ævar Arnfjörð Bjarmason2010-07-051-3/+4
| * | t/t9700/test.pl: don't access private object members, use public access methodsBrandon Casey2010-06-291-3/+3
| * | t9700: Use Test::More->builder, not $Test::Builder::TestÆvar Arnfjörð Bjarmason2010-06-271-4/+5
| * | tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason2010-06-253-13/+13
| * | tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-2540-54/+56
| * | test-lib: output a newline before "ok" under a TAP harnessÆvar Arnfjörð Bjarmason2010-06-251-0/+3
| * | test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-253-12/+53
| * | test-lib: Adjust output to be valid TAP formatÆvar Arnfjörð Bjarmason2010-06-252-30/+59
* | | Merge branch 'maint'Junio C Hamano2010-07-071-0/+18
|\ \ \ | | |/ | |/|
| * | Merge branch 'maint-1.6.4' into maintJunio C Hamano2010-07-071-0/+18
| |\ \
| | * | rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-optionUwe Kleine-König2010-07-071-0/+18
| * | | Merge branch 'tr/receive-pack-aliased-update-fix' into maintJunio C Hamano2010-07-071-0/+49
| |\ \ \
* | | | | t/t0006: specify timezone as EST5 not EST to comply with POSIXBrandon Casey2010-07-071-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2010-07-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | add missing && to submodule-merge testcaseHeiko Voigt2010-07-061-1/+1
* | | | | parse_date: fix signedness in timezone calculationJeff King2010-07-051-0/+1
* | | | | Merge branch 'maint'Junio C Hamano2010-07-051-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | t0006: test timezone parsingJeff King2010-07-051-2/+3
* | | | | Merge branch 'ar/decorate-color'Junio C Hamano2010-06-301-0/+66
|\ \ \ \ \
| * | | | | Add test for correct coloring of git log --decorationNazri Ramliy2010-06-301-0/+66
* | | | | | Merge branch 'cc/cherry-pick-stdin'Junio C Hamano2010-06-302-8/+36
|\ \ \ \ \ \
| * | | | | | revert: do not rebuild argv on heapJonathan Nieder2010-06-291-0/+18
| * | | | | | Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdinJunio C Hamano2010-06-291-1/+1
| |\ \ \ \ \ \
| * | | | | | | revert: accept arbitrary rev-list optionsChristian Couder2010-06-251-0/+10
| * | | | | | | t3508 (cherry-pick): futureproof against unmerged filesJonathan Nieder2010-06-141-7/+7
* | | | | | | | Merge branch 'jl/status-ignore-submodules'Junio C Hamano2010-06-301-0/+127
|\ \ \ \ \ \ \ \
| * | | | | | | | Add the option "--ignore-submodules" to "git status"Jens Lehmann2010-06-251-0/+127
* | | | | | | | | Merge branch 'jn/grep-open'Junio C Hamano2010-06-304-12/+172
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t/t7811-grep-open.sh: remove broken/redundant creation of fake "less" scriptBrandon Casey2010-06-211-5/+0
| * | | | | | | | | t/t7811-grep-open.sh: ensure fake "less" is made executableBrandon Casey2010-06-211-1/+2
| * | | | | | | | | t/lib-pager.sh: remove unnecessary '^' from 'expr' regular expressionBrandon Casey2010-06-211-1/+1
| * | | | | | | | | grep -O: allow optional argument specifying the pager (or editor)Johannes Schindelin2010-06-131-3/+6
| * | | | | | | | | grep: Add the option '--open-files-in-pager'Johannes Schindelin2010-06-134-12/+173
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-301-0/+29
|\ \ \ \ \ \ \ \ \