Age | Commit message (Expand) | Author | Files | Lines |
2009-02-03 | tests: fix test_commit() for case insensitive filesystems | Junio C Hamano | 1 | -1/+1 |
2009-01-28 | test-lib.sh: introduce test_commit() and test_merge() helpers | Johannes Schindelin | 1 | -0/+25 |
2009-01-19 | use uppercase POSIX compliant signals for the 'trap' command | Markus Heidelberg | 1 | -5/+5 |
2008-12-14 | Get rid of the last remnants of GIT_CONFIG_LOCAL | Johannes Schindelin | 1 | -1/+0 |
2008-10-12 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+1 |
2008-10-12 | test-lib: fix broken printf | Shawn O. Pearce | 1 | -1/+1 |
2008-10-10 | Merge branch 'maint' | Shawn O. Pearce | 1 | -1/+2 |
2008-10-10 | test-lib: fix color reset in say_color() | Miklos Vajna | 1 | -1/+2 |
2008-08-21 | test-lib: do not remove trash_directory if called with --debug | Johannes Schindelin | 1 | -1/+1 |
2008-08-20 | Merge branch 'jc/test-deeper' | Junio C Hamano | 1 | -1/+1 |
2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -1/+1 |
2008-08-08 | Enable parallel tests | Johannes Schindelin | 1 | -1/+7 |
2008-07-13 | t/test-lib.sh: exit with small negagive int is ok with test_must_fail | Stephan Beyer | 1 | -1/+1 |
2008-07-07 | Merge branch 'dr/ceiling' | Junio C Hamano | 1 | -0/+1 |
2008-06-26 | test-lib.sh: show git init output when in verbose mode | Lea Wiemann | 1 | -1/+1 |
2008-06-25 | Merge branch 'sr/tests' | Junio C Hamano | 1 | -1/+14 |
2008-06-25 | Merge branch 'lw/perlish' | Junio C Hamano | 1 | -0/+58 |
2008-06-19 | t/test-lib.sh: add test_external and test_external_without_stderr | Lea Wiemann | 1 | -0/+58 |
2008-06-19 | test-lib.sh: add --long-tests option | Lea Wiemann | 1 | -0/+2 |
2008-06-14 | Use 'trash directory' thoroughly in t/test-lib.sh | Jakub Narebski | 1 | -1/+1 |
2008-06-12 | t/.gitattributes: only ignore whitespace errors in test files | Lea Wiemann | 1 | -1/+1 |
2008-06-08 | Modify test-lib.sh to output stats to t/test-results/* | Sverre Rabbelier | 1 | -1/+14 |
2008-05-31 | t/test-lib.sh: resolve symlinks in working directory, for pathname comparisons | Lea Wiemann | 1 | -1/+3 |
2008-05-23 | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 1 | -0/+1 |
2008-05-18 | t/Makefile: "trash" directory was renamed recently | Brandon Casey | 1 | -1/+1 |
2008-05-18 | Ensure that a test is run in the trash directory | Alex Riesen | 1 | -1/+1 |
2008-05-05 | Rename the test trash directory to contain spaces. | Bryan Donlan | 1 | -2/+2 |
2008-05-05 | test-lib.sh: Fix some missing path quoting | Bryan Donlan | 1 | -1/+1 |
2008-05-05 | test-lib.sh: Add a test_set_editor function to safely set $VISUAL | Bryan Donlan | 1 | -0/+16 |
2008-03-27 | test_must_fail: 129 is a valid error code from usage() | Junio C Hamano | 1 | -1/+1 |
2008-03-18 | Test: catch if trash cannot be removed | Junio C Hamano | 1 | -1/+6 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -0/+18 |
2008-03-07 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+17 |
2008-03-07 | test-lib: fix TERM to dumb for test repeatability | Junio C Hamano | 1 | -7/+17 |
2008-03-02 | tests: introduce test_must_fail | Junio C Hamano | 1 | -0/+17 |
2008-03-02 | Merge branch 'cb/http-test' | Junio C Hamano | 1 | -2/+7 |
2008-02-29 | use build-time SHELL_PATH in test scripts | Jeff King | 1 | -0/+2 |
2008-02-29 | tests: introduce test_must_fail | Junio C Hamano | 1 | -0/+17 |
2008-02-27 | http-push: add regression tests | Clemens Buchacher | 1 | -2/+7 |
2008-02-06 | fix config reading in tests | Jeff King | 1 | -2/+5 |
2008-02-03 | test: reword the final message of tests with known breakages | Junio C Hamano | 1 | -2/+5 |
2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -4/+26 |
2008-01-31 | Fix typo in a comment in t/test-lib.sh | Michele Ballabio | 1 | -1/+1 |
2007-11-10 | test-lib.sh: move error line after error() declaration | Michele Ballabio | 1 | -5/+10 |
2007-11-01 | Do no colorify test output if stdout is not a terminal | Alex Riesen | 1 | -0/+1 |
2007-10-24 | Support a --quiet option in the test-suite. | Pierre Habouzit | 1 | -1/+4 |
2007-10-24 | Add some fancy colors in the test library when terminal supports it. | Pierre Habouzit | 1 | -17/+45 |
2007-07-30 | Unset GIT_EDITOR while running tests. | Junio C Hamano | 1 | -0/+1 |
2007-07-01 | Merge branch 'ei/worktree+filter' | Junio C Hamano | 1 | -0/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |