Age | Commit message (Expand) | Author | Files | Lines |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -18/+55 |
2010-11-17 | Merge branch 'kb/maint-diff-ws-check' | Junio C Hamano | 1 | -8/+41 |
2010-11-17 | Merge branch 'jk/push-progress' | Junio C Hamano | 1 | -7/+19 |
2010-11-17 | Merge branch 'jk/maint-rev-list-nul' | Junio C Hamano | 1 | -0/+4 |
2010-11-09 | test-lib: introduce test_line_count to measure files | Jonathan Nieder | 1 | -0/+22 |
2010-10-20 | test-lib: extend test_decode_color to handle more color codes | Kevin Ballard | 1 | -8/+41 |
2010-10-18 | test-lib: allow test code to check the list of declared prerequisites | Jonathan Nieder | 1 | -7/+19 |
2010-10-13 | rev-list: handle %x00 NUL in user format | Jeff King | 1 | -0/+4 |
2010-10-06 | Introduce sane_unset and use it to ensure proper && chaining | Elijah Newren | 1 | -0/+11 |
2010-10-06 | test-lib: make test_expect_code a test command | Ævar Arnfjörð Bjarmason | 1 | -18/+22 |
2010-10-01 | Do not strip CR when grepping HTTP headers. | Pat Thoyts | 1 | -0/+1 |
2010-10-01 | Skip t1300.70 and 71 on msysGit. | Pat Thoyts | 1 | -0/+1 |
2010-09-08 | Merge branch 'jk/test-must-fail-missing' | Junio C Hamano | 1 | -2/+21 |
2010-09-04 | Merge branch 'ab/test-2' | Junio C Hamano | 1 | -36/+83 |
2010-08-31 | tests: factor HOME=$(pwd) in test-lib.sh | Matthieu Moy | 1 | -0/+3 |
2010-08-31 | test-lib: use subshell instead of cd $new && .. && cd $old | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
2010-08-31 | tests: simplify "missing PREREQ" message | Jonathan Nieder | 1 | -1/+7 |
2010-08-31 | test-lib: Allow overriding of TEST_DIRECTORY | Ævar Arnfjörð Bjarmason | 1 | -1/+7 |
2010-08-31 | test-lib: Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY"/../ | Ævar Arnfjörð Bjarmason | 1 | -14/+15 |
2010-08-31 | test-lib: Use $TEST_DIRECTORY or $GIT_BUILD_DIR instead of $(pwd) and ../ | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
2010-08-31 | test: Introduce $GIT_BUILD_DIR | Thomas Rast | 1 | -0/+1 |
2010-08-31 | tests: make test_might_fail fail on missing commands | Jonathan Nieder | 1 | -0/+3 |
2010-08-31 | tests: make test_might_fail more verbose | Jonathan Nieder | 1 | -1/+6 |
2010-08-31 | tests: make test_must_fail fail on missing commands | Jeff King | 1 | -0/+3 |
2010-08-31 | tests: make test_must_fail more verbose | Jeff King | 1 | -1/+9 |
2010-08-21 | Merge branch 'mm/rebase-i-exec' | Junio C Hamano | 1 | -0/+32 |
2010-08-18 | test-lib: Multi-prereq support only checked the last prereq | Ævar Arnfjörð Bjarmason | 1 | -3/+18 |
2010-08-18 | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2010-08-18 | test-lib: Print missing prerequisites in test output | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-08-18 | test-lib: Add support for multiple test prerequisites | Ævar Arnfjörð Bjarmason | 1 | -6/+14 |
2010-08-18 | test-lib: Don't write test-results when HARNESS_ACTIVE | Ævar Arnfjörð Bjarmason | 1 | -10/+13 |
2010-08-18 | Merge branch 'jn/rebase-rename-am' | Junio C Hamano | 1 | -0/+4 |
2010-08-11 | test-lib: user-friendly alternatives to test [-d|-f|-e] | Matthieu Moy | 1 | -0/+32 |
2010-08-02 | Merge branch 'ab/tap' into maint | Junio C Hamano | 1 | -4/+3 |
2010-08-02 | test-lib: Remove 3 year old no-op --no-python option | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2010-08-02 | test-lib: Ignore --quiet under a TAP harness | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
2010-07-23 | t4150 (am): style fix | Jonathan Nieder | 1 | -0/+4 |
2010-07-16 | Only run aggregate-results over actual counts | Thomas Rast | 1 | -1/+1 |
2010-07-12 | test-lib: TAP compliance for skipping tests on request | Michael J Gruber | 1 | -2/+2 |
2010-07-12 | test-lib: simplify GIT_SKIP_TESTS loop | Michael J Gruber | 1 | -10/+3 |
2010-06-25 | test-lib: output a newline before "ok" under a TAP harness | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2010-06-25 | test-lib: Make the test_external_* functions TAP-aware | Ævar Arnfjörð Bjarmason | 1 | -12/+39 |
2010-06-25 | test-lib: Adjust output to be valid TAP format | Ævar Arnfjörð Bjarmason | 1 | -12/+18 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+10 |
2010-06-11 | test-lib: use DIFF definition from GIT-BUILD-OPTIONS | Junio C Hamano | 1 | -10/+10 |
2010-05-31 | fixup: do not unconditionally disable "diff -u" | Junio C Hamano | 1 | -1/+10 |
2010-05-21 | Merge branch 'jn/gitweb-caching-prep' | Junio C Hamano | 1 | -0/+3 |
2010-05-21 | Merge branch 'jn/t7006-fixup' | Junio C Hamano | 1 | -0/+16 |
2010-05-06 | test-lib: some shells do not let $? propagate into an eval | Jonathan Nieder | 1 | -3/+4 |
2010-05-04 | test-lib: Let tests specify commands to be run at end of test | Jonathan Nieder | 1 | -1/+27 |