Age | Commit message (Expand) | Author | Files | Lines |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -2/+2 |
2014-06-06 | t0000-*.sh: fix the GIT_SKIP_TESTS sub-tests | Ramsay Jones | 1 | -51/+57 |
2014-06-06 | test-lib: '--run' to run only specific tests | Ilya Bobyr | 1 | -4/+352 |
2014-06-06 | test-lib: tests skipped by GIT_SKIP_TESTS say so | Ilya Bobyr | 1 | -0/+63 |
2014-01-02 | t0000: drop "known breakage" test | Jeff King | 1 | -3/+0 |
2014-01-02 | t0000: simplify HARNESS_ACTIVE hack | Jeff King | 1 | -9/+5 |
2014-01-02 | t0000: set TEST_OUTPUT_DIRECTORY for sub-tests | Jeff King | 1 | -0/+2 |
2013-07-11 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -1/+2 |
2013-07-08 | t0000: do not use export X=Y | Torsten Bögershausen | 1 | -1/+2 |
2013-07-05 | Merge branch 'tr/test-v-and-v-subtest-only' | Junio C Hamano | 1 | -1/+60 |
2013-06-23 | test-lib: verbose mode for only tests matching a pattern | Thomas Rast | 1 | -0/+24 |
2013-06-23 | test-lib: self-test that --verbose works | Thomas Rast | 1 | -1/+36 |
2013-06-07 | t0000: use test_ln_s_add to remove SYMLINKS prerequisite | Johannes Sixt | 1 | -29/+10 |
2013-01-03 | Merge branch 'as/test-tweaks' | Junio C Hamano | 1 | -48/+166 |
2012-12-20 | tests: paint unexpectedly fixed known breakages in bold red | Adam Spiers | 1 | -6/+24 |
2012-12-20 | tests: test the test framework more thoroughly | Adam Spiers | 1 | -0/+105 |
2012-12-20 | tests: refactor mechanics of testing in a sub test-lib | Adam Spiers | 1 | -45/+40 |
2012-12-16 | tests: test number comes first in 'not ok $count - $message' | Adam Spiers | 1 | -2/+2 |
2012-11-15 | test-lib: allow negation of prerequisites | Jeff King | 1 | -0/+32 |
2012-09-25 | Merge branch 'rr/test-make-sure-we-have-git' | Junio C Hamano | 1 | -10/+0 |
2012-09-18 | t/test-lib: make sure Git has already been built | Ramkumar Ramachandra | 1 | -10/+0 |
2012-09-06 | t0060: move tests of real_path() from t0000 to here | Michael Haggerty | 1 | -18/+0 |
2012-03-02 | t0000: modernise style | Stefano Lattarini | 1 | -274/+289 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -5/+5 |
2011-01-13 | t0000: quote TAP snippets in test code | Thomas Rast | 1 | -18/+18 |
2010-10-06 | test-lib: make test_expect_code a test command | Ævar Arnfjörð Bjarmason | 1 | -10/+45 |
2010-08-31 | t/t0000-basic.sh: Run the passing TODO test inside its own test-lib | Ævar Arnfjörð Bjarmason | 1 | -0/+31 |
2010-08-18 | test-lib: Multi-prereq support only checked the last prereq | Ævar Arnfjörð Bjarmason | 1 | -1/+5 |
2010-08-18 | test-lib: Add support for multiple test prerequisites | Ævar Arnfjörð Bjarmason | 1 | -0/+17 |
2010-06-21 | Merge branch 'gv/portable' | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -1/+1 |
2010-05-06 | test-lib: some shells do not let $? propagate into an eval | Jonathan Nieder | 1 | -0/+21 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 1 | -12/+31 |
2009-03-21 | test-lib: Infrastructure to test and check for prerequisites | Johannes Sixt | 1 | -0/+15 |
2009-03-17 | Tests: use test_cmp instead of diff where possible | Miklos Vajna | 1 | -4/+4 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -3/+3 |
2008-05-23 | Fold test-absolute-path into test-path-utils | David Reiss | 1 | -4/+4 |
2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -2/+2 |
2008-03-02 | Fix make_absolute_path() for parameters without a slash | Johannes Schindelin | 1 | -0/+2 |
2008-02-11 | Merge branch 'lt/in-core-index' | Junio C Hamano | 1 | -0/+20 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -9/+21 |
2008-01-21 | index: be careful when handling long names | Junio C Hamano | 1 | -0/+20 |
2007-08-01 | Add is_absolute_path() and make_absolute_path() | Johannes Schindelin | 1 | -0/+16 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -52/+52 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-01-12 | use 'init' instead of 'init-db' for shipped docs and tools | Nicolas Pitre | 1 | -2/+2 |
2006-12-17 | Fix check_file_directory_conflict(). | Junio C Hamano | 1 | -0/+9 |
2006-12-12 | Get rid of the dependency on RCS' merge program | Johannes Schindelin | 1 | -13/+1 |
2006-11-21 | remove merge-recursive-old | Junio C Hamano | 1 | -10/+4 |
2006-11-13 | Catch errors when writing an index that contains invalid objects. | Johannes Sixt | 1 | -0/+22 |