Age | Commit message (Expand) | Author | Files | Lines |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -2/+2 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -2/+2 |
2018-07-16 | t9000-t9999: fix broken &&-chains | Eric Sunshine | 1 | -3/+3 |
2017-02-27 | cvs tests: skip tests that call "cvs commit" when running as root | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
2016-02-26 | Merge branch 'jk/grep-binary-workaround-in-test' | Junio C Hamano | 1 | -1/+1 |
2016-02-23 | t9200: avoid grep on non-ASCII data | John Keeping | 1 | -1/+1 |
2016-01-28 | mingw: do not bother to test funny file names | Johannes Schindelin | 1 | -1/+1 |
2013-11-26 | test: make FILEMODE a lazy prereq | Jonathan Nieder | 1 | -1/+0 |
2013-01-02 | Merge branch 'jc/test-cvs-no-init-in-existing-dir' | Junio C Hamano | 1 | -1/+2 |
2012-12-24 | t9200: let "cvs init" create the test repository | Junio C Hamano | 1 | -1/+2 |
2012-10-28 | Fix t9200 on case insensitive file systems | Torsten Bögershausen | 1 | -1/+1 |
2012-02-13 | t: use sane_unset instead of unset | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2012-01-11 | t9200: On MSYS, do not pass Windows-style paths to CVS | Sebastian Schuberth | 1 | -3/+3 |
2011-07-19 | tests: cleanup binary test vector files | Vitaliy Ivanov | 1 | -7/+7 |
2010-08-18 | tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.sh | Ævar Arnfjörð Bjarmason | 1 | -5/+1 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2010-05-31 | tests: use "test_cmp", not "diff", when verifying the result | Gary V. Vaughan | 1 | -13/+13 |
2009-07-18 | cvsexportcommit: reorder tests to quiet intermittent failure | Mike Ralphson | 1 | -19/+22 |
2009-05-28 | git-cvsexportcommit can't commit files which have been removed from CVS | Nick Woolley | 1 | -0/+18 |
2009-04-08 | tests: skip perl tests if NO_PERL is defined | Jeff King | 1 | -0/+5 |
2009-04-05 | tests: remove exit after test_done call | Jeff King | 1 | -1/+0 |
2009-03-22 | Skip tests that fail if the executable bit is not handled by the filesystem | Johannes Sixt | 1 | -7/+6 |
2009-03-19 | test suite: Use 'say' to say something instead of 'test_expect_success' | Johannes Sixt | 1 | -1/+1 |
2008-09-09 | t9200: use "git cvsexportcommit" without dash | Nanako Shiraishi | 1 | -7/+7 |
2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -7/+7 |
2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -3/+3 |
2008-05-15 | cvsexportcommit: introduce -W for shared working trees (between Git and CVS) | Johannes Schindelin | 1 | -0/+17 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -7/+7 |
2008-02-20 | Merge branch 'js/maint-cvsexport' | Junio C Hamano | 1 | -0/+35 |
2008-02-19 | cvsexportcommit: be graceful when "cvs status" reorders the arguments | Johannes Schindelin | 1 | -0/+35 |
2008-02-12 | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIR | Johan Herland | 1 | -1/+1 |
2008-02-12 | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIR | Johan Herland | 1 | -1/+17 |
2008-01-17 | Officially deprecate repo-config. | Junio C Hamano | 1 | -1/+1 |
2007-07-25 | t9200: Be careful when checking CVS/Entries | Junio C Hamano | 1 | -25/+39 |
2007-02-05 | t9200: Work around HFS+ issues. | Junio C Hamano | 1 | -0/+14 |
2007-01-31 | t9200: do not test -x bit if the filesystem does not support it. | Junio C Hamano | 1 | -0/+6 |
2007-01-31 | t9200: Re-code non-ascii path test in UTF-8 | Junio C Hamano | 1 | -8/+8 |
2007-01-15 | Start all test scripts with /bin/sh. | Jason Riedy | 1 | -1/+1 |
2006-12-28 | t9200-git-cvsexportcommit.sh: quiet down commit | Eric Wong | 1 | -4/+6 |
2006-12-11 | Make cvsexportcommit work with filenames with spaces and non-ascii characters. | Robin Rosenberg | 1 | -28/+80 |
2006-12-04 | Set permissions of each new file before "cvs add"ing it. | Jim Meyering | 1 | -0/+16 |
2006-11-13 | Rework cvsexportcommit to handle binary files for all cases. | Robin Rosenberg | 1 | -0/+145 |