summaryrefslogtreecommitdiff
path: root/t/t9100-git-svn-basic.sh
AgeCommit message (Expand)Author
2021-07-08Merge branch 'ar/typofix'Junio C Hamano
2021-06-14*: fix typos which duplicate a wordAndrei Rybak
2021-06-08t: use user-specified utf-8 locale for testing svnĐoàn Trần Công Danh
2020-11-19t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren
2020-07-30Merge branch 'jk/tests-timestamp-fix' into masterJunio C Hamano
2020-07-15t9100: stop depending on commit timestampsJeff King
2020-07-14t9100: explicitly unset GIT_COMMITTER_DATEJeff King
2020-06-22t9100: make test work with SHA-256brian m. carlson
2018-10-06t/*: fix ordering of expected/observed argumentsMatthew DeVore
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2016-12-16t: use nongit() function where applicableJeff King
2016-08-08Merge branch 'ew/git-svn-http-tests'Junio C Hamano
2016-07-28t9100: portability fixJunio C Hamano
2016-07-25t/t91*: do not say how to avoid the testsMichael J Gruber
2016-07-22git-svn: allow --version to work anywhereEric Wong
2016-05-13t9100,t3419: enclose all test code in single-quotesJeff King
2016-05-13t/lib-git-svn: drop $remote_git_svn and $git_svn_idJeff King
2016-02-17Merge branch 'mg/mingw-test-fix'Junio C Hamano
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano
2016-02-08t9100: fix breakage when SHELL_PATH is not /bin/shMichael J Gruber
2016-01-28mingw: mark t9100's test cases with appropriate prereqsJohannes Schindelin
2016-01-12t9100-git-svn-basic.sh: use the $( ... ) construct for command substitutionElia Pinto
2013-01-24git-svn: Simplify calculation of GIT_DIRBarry Wardell
2012-02-22t9100: remove bogus " || test" after each test scriptletJunio C Hamano
2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter
2010-09-27prefer test -h over test -L in shell scriptsJeff King
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-08-02git svn: fix dcommit to work with touched filesDavid D. Kilzer
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast
2009-05-21git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsJohannes Sixt
2008-11-06git-svn: proper detection of bare repositoriesDeskin Miller
2008-09-10tests: use "git foo" without dash in stringsNanako Shiraishi
2008-09-08t/t91XX git-svn tests: run "git svn" not "git-svn"Nanako Shiraishi
2008-09-08t/t91XX-svn: start removing use of "git-" from these testsNanako Shiraishi
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-07-09t9100-git-svn-basic.sh: Fix determination of utf-8 localeRamsay Jones
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong