Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-05-04 | test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+. | Michal Sojka | 1 | -0/+12 |
2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -0/+4 |
2010-03-12 | notes: implement helpers needed for note copying during rewrite | Thomas Rast | 1 | -0/+2 |
2010-03-12 | Support showing notes from more than one notes tree | Thomas Rast | 1 | -0/+1 |
2010-03-12 | test-lib: unset GIT_NOTES_REF to stop it from influencing tests | Thomas Rast | 1 | -0/+1 |
2010-03-07 | unset GREP_OPTIONS in test-lib.sh | Bert Wesarg | 1 | -0/+2 |
2010-01-25 | tests: consolidate CR removal/addition functions | Stephen Boyd | 1 | -0/+16 |
2010-01-24 | Merge branch 'jc/fix-tree-walk' | Junio C Hamano | 1 | -0/+6 |
2010-01-07 | Merge branch 'mo/bin-wrappers' | Junio C Hamano | 1 | -12/+21 |
2010-01-03 | tests: move convenience regexp to match object names to test-lib.sh | Junio C Hamano | 1 | -0/+6 |
2009-12-27 | Merge branch 'jk/1.7.0-status' | Junio C Hamano | 1 | -0/+11 |
2009-12-26 | Merge branch 'sr/vcs-helper' | Junio C Hamano | 1 | -2/+12 |
2009-12-08 | t7508-status: test all modes with color | Michael J Gruber | 1 | -0/+11 |
2009-12-07 | tests: handle NO_PYTHON setting | Jeff King | 1 | -3/+3 |
2009-12-03 | run test suite without dashed git-commands in PATH | Matthew Ogilvie | 1 | -12/+21 |
2009-11-24 | Add Python support library for remote helpers | Sverre Rabbelier | 1 | -0/+9 |
2009-11-17 | Basic build infrastructure for Python scripts | Johan Herland | 1 | -0/+1 |
2009-11-13 | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 1 | -4/+4 |
2009-08-28 | t/test-lib.sh: provide a shell implementation of the 'yes' utility | Brandon Casey | 1 | -0/+15 |
2009-08-09 | tests: allow user to specify trash directory location | Jeff King | 1 | -1/+8 |
2009-08-09 | tests: provide $TRASH_DIRECTORY variable | Jeff King | 1 | -1/+2 |
2009-06-01 | test-lib: allow exit trap to be used for cleanup by tests | Clemens Buchacher | 1 | -7/+14 |
2009-06-01 | test-lib: fail if invalid options are passed | Clemens Buchacher | 1 | -1/+1 |
2009-04-21 | test-lib.sh: Help test_create_repo() find the templates dir | Michael J Gruber | 1 | -1/+1 |
2009-04-08 | tests: skip perl tests if NO_PERL is defined | Jeff King | 1 | -0/+2 |
2009-03-28 | Merge branch 'maint' | Junio C Hamano | 1 | -8/+0 |
2009-03-28 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -8/+0 |
2009-03-28 | test-lib: Clean up comments and Makefile. | Emil Sit | 1 | -8/+0 |
2009-03-25 | Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6t | Junio C Hamano | 1 | -0/+2 |
2009-03-25 | t7502-commit: Skip SIGTERM test on Windows | Johannes Sixt | 1 | -0/+2 |
2009-03-24 | Merge branch 'js/windows-tests' | Junio C Hamano | 1 | -5/+69 |
2009-03-22 | t3700: Skip a test with backslashes in pathspec | Johannes Sixt | 1 | -0/+2 |
2009-03-22 | Skip tests that require a filesystem that obeys POSIX permissions | Johannes Sixt | 1 | -0/+4 |
2009-03-22 | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 1 | -0/+4 |
2009-03-21 | Merge branch 'mg/test-installed' | Junio C Hamano | 1 | -3/+11 |
2009-03-21 | test-lib: Infrastructure to test and check for prerequisites | Johannes Sixt | 1 | -5/+39 |
2009-03-19 | Tests on Windows: $(pwd) must return Windows-style paths | Johannes Sixt | 1 | -0/+4 |
2009-03-19 | test-lib: Work around missing sum on Windows | Johannes Sixt | 1 | -0/+3 |
2009-03-19 | test-lib: Work around incompatible sort and find on Windows | Johannes Sixt | 1 | -0/+13 |
2009-03-19 | test-lib: Introduce test_chmod and use it instead of update-index --chmod | Johannes Sixt | 1 | -0/+9 |
2009-03-19 | test-lib: Simplify test counting. | Johannes Sixt | 1 | -7/+3 |
2009-03-19 | test-lib: Replace uses of $(expr ...) by POSIX shell features. | Johannes Sixt | 1 | -12/+11 |
2009-03-16 | test-lib.sh: Allow running the test suite against installed git | Michael J Gruber | 1 | -2/+10 |
2009-03-16 | test-lib.sh: Test for presence of git-init in the right path. | Michael J Gruber | 1 | -1/+1 |
2009-03-14 | test-lib: write test results to test-results/<basename>-<pid> | Johannes Schindelin | 1 | -1/+1 |
2009-03-05 | Merge branch 'js/valgrind' | Junio C Hamano | 1 | -3/+88 |
2009-02-18 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-02-18 | tests: fix "export var=val" | Junio C Hamano | 1 | -1/+1 |