aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9100-git-svn-basic.sh
AgeCommit message (Expand)AuthorFilesLines
2023-05-23t9100-git-svn-basic: modernize test formatJohn Cai1-16/+15
2022-07-27leak tests: mark passing SANITIZE=leak tests as leak-freeÆvar Arnfjörð Bjarmason1-1/+0
2022-04-13revisions API: have release_revisions() release "cmdline"Ævar Arnfjörð Bjarmason1-0/+1
2021-07-08Merge branch 'ar/typofix'Junio C Hamano1-1/+1
2021-06-14*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2021-06-08t: use user-specified utf-8 locale for testing svnĐoàn Trần Công Danh1-11/+3
2020-11-19t9[0-4]*: adjust the references to the default branch name "main"Johannes Schindelin1-2/+2
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren1-3/+3
2020-07-30Merge branch 'jk/tests-timestamp-fix' into masterJunio C Hamano1-2/+3
2020-07-15t9100: stop depending on commit timestampsJeff King1-6/+3
2020-07-14t9100: explicitly unset GIT_COMMITTER_DATEJeff King1-0/+4
2020-06-22t9100: make test work with SHA-256brian m. carlson1-3/+16
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-1/+1
2018-07-16t9000-t9999: fix broken &&-chainsEric Sunshine1-1/+1
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-2/+2
2016-12-16t: use nongit() function where applicableJeff King1-15/+2
2016-08-08Merge branch 'ew/git-svn-http-tests'Junio C Hamano1-2/+0
2016-07-28t9100: portability fixJunio C Hamano1-2/+4
2016-07-25t/t91*: do not say how to avoid the testsMichael J Gruber1-2/+0
2016-07-22git-svn: allow --version to work anywhereEric Wong1-0/+19
2016-05-13t9100,t3419: enclose all test code in single-quotesJeff King1-14/+14
2016-05-13t/lib-git-svn: drop $remote_git_svn and $git_svn_idJeff King1-19/+19
2016-02-17Merge branch 'mg/mingw-test-fix'Junio C Hamano1-1/+2
2016-02-17Merge branch 'js/mingw-tests'Junio C Hamano1-9/+9
2016-02-08t9100: fix breakage when SHELL_PATH is not /bin/shMichael J Gruber1-1/+2
2016-01-28mingw: mark t9100's test cases with appropriate prereqsJohannes Schindelin1-9/+9
2016-01-12t9100-git-svn-basic.sh: use the $( ... ) construct for command substitutionElia Pinto1-4/+4
2013-01-24git-svn: Simplify calculation of GIT_DIRBarry Wardell1-0/+8
2012-02-21t9100: remove bogus " || test" after each test scriptletJunio C Hamano1-5/+9
2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter1-15/+18
2010-09-27prefer test -h over test -L in shell scriptsJeff King1-3/+3
2010-09-09tests: subshell indentation stylefixJonathan Nieder1-10/+11
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano1-3/+3
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann1-3/+3
2010-08-02git svn: fix dcommit to work with touched filesDavid D. Kilzer1-0/+11
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-1/+1
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADThomas Rast1-0/+19
2009-05-21git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin1-7/+7
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsJohannes Sixt1-21/+16
2008-11-06git-svn: proper detection of bare repositoriesDeskin Miller1-0/+9
2008-09-09tests: use "git foo" without dash in stringsNanako Shiraishi1-2/+2
2008-09-08t/t91XX git-svn tests: run "git svn" not "git-svn"Nanako Shiraishi1-24/+24
2008-09-08t/t91XX-svn: start removing use of "git-" from these testsNanako Shiraishi1-19/+19
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-6/+6
2008-07-09t9100-git-svn-basic.sh: Fix determination of utf-8 localeRamsay Jones1-4/+4
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-3/+3
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-60/+60
2008-02-01Sane use of test_expect_failureJunio C Hamano1-14/+14
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-6/+6
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong1-1/+1
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin1-3/+3
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong1-4/+4
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong1-4/+4
2007-02-23git-svn: fix committing to subdirectories, add testsEric Wong1-0/+29
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong1-2/+0
2007-02-23git-svn: 'init' attempts to connect to the repository root if possibleEric Wong1-1/+13
2007-02-23git-svn: disallow ambigious local refspecsEric Wong1-0/+11
2006-12-31git-svn: t/t9100-git-svn-basic: remove old check for NO_SYMLINKEric Wong1-49/+35
2006-12-26git-svn: quiet down tests and fix some unportable shell constructsEric Wong1-131/+127
2006-12-16git-svn: rename 'commit' command to 'set-tree'Eric Wong1-11/+11
2006-12-16git-svn: remove support for the svn command-line clientEric Wong1-3/+1
2006-11-27git-svn: update tests for recent changesEric Wong1-0/+5
2006-08-02Remove cmd_usage() routine and re-organize the help/usage code.Ramsay Allan Jones1-4/+3
2006-07-06git-svn: migrate out of contribEric Wong1-0/+234