aboutsummaryrefslogtreecommitdiff
path: root/t/t9200-git-cvsexportcommit.sh
Commit message (Expand)AuthorAge
* cvs tests: skip tests that call "cvs commit" when running as rootÆvar Arnfjörð Bjarmason2017-02-27
* Merge branch 'jk/grep-binary-workaround-in-test'Junio C Hamano2016-02-26
|\
| * t9200: avoid grep on non-ASCII dataJohn Keeping2016-02-23
* | mingw: do not bother to test funny file namesJohannes Schindelin2016-01-28
|/
* test: make FILEMODE a lazy prereqJonathan Nieder2013-11-26
* Merge branch 'jc/test-cvs-no-init-in-existing-dir'Junio C Hamano2013-01-02
|\
| * t9200: let "cvs init" create the test repositoryJunio C Hamano2012-12-24
* | Fix t9200 on case insensitive file systemsTorsten Bögershausen2012-10-28
|/
* t: use sane_unset instead of unsetÆvar Arnfjörð Bjarmason2012-02-13
* t9200: On MSYS, do not pass Windows-style paths to CVSSebastian Schuberth2012-01-11
* tests: cleanup binary test vector filesVitaliy Ivanov2011-07-19
* tests: Move FILEMODE prerequisite to lib-prereq-FILEMODE.shÆvar Arnfjörð Bjarmason2010-08-18
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-25
* tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-31
* cvsexportcommit: reorder tests to quiet intermittent failureMike Ralphson2009-07-18
* git-cvsexportcommit can't commit files which have been removed from CVSNick Woolley2009-05-28
* tests: skip perl tests if NO_PERL is definedJeff King2009-04-08
* tests: remove exit after test_done callJeff King2009-04-05
* Skip tests that fail if the executable bit is not handled by the filesystemJohannes Sixt2009-03-22
* test suite: Use 'say' to say something instead of 'test_expect_success'Johannes Sixt2009-03-19
* t9200: use "git cvsexportcommit" without dashNanako Shiraishi2008-09-09
* tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
* cvsexportcommit: introduce -W for shared working trees (between Git and CVS)Johannes Schindelin2008-05-15
* add test_cmp function for test scriptsJeff King2008-03-13
* Merge branch 'js/maint-cvsexport'Junio C Hamano2008-02-20
|\
| * cvsexportcommit: be graceful when "cvs status" reorders the argumentsJohannes Schindelin2008-02-19
* | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-12
* | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-12
|/
* Officially deprecate repo-config.Junio C Hamano2008-01-17
* t9200: Be careful when checking CVS/EntriesJunio C Hamano2007-07-25
* t9200: Work around HFS+ issues.Junio C Hamano2007-02-05
* t9200: do not test -x bit if the filesystem does not support it.Junio C Hamano2007-01-31
* t9200: Re-code non-ascii path test in UTF-8Junio C Hamano2007-01-31
* Start all test scripts with /bin/sh.Jason Riedy2007-01-15
* t9200-git-cvsexportcommit.sh: quiet down commitEric Wong2006-12-28
* Make cvsexportcommit work with filenames with spaces and non-ascii characters.Robin Rosenberg2006-12-11
* Set permissions of each new file before "cvs add"ing it.Jim Meyering2006-12-04
* Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg2006-11-13