aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9107-git-svn-migrate.sh
AgeCommit message (Expand)AuthorFilesLines
2021-12-13t9107: use shell parameter expansion to avoid breaking &&-chainEric Sunshine1-4/+4
2018-01-03Allow the test suite to pass in a directory whose name contains spacesJohannes Schindelin1-1/+1
2016-05-14t9107: switch inverted single/double quotes in testJeff King1-2/+3
2016-05-14t9107: use "return 1" instead of "exit 1"Jeff King1-16/+26
2016-05-13t/lib-git-svn: drop $remote_git_svn and $git_svn_idJeff King1-7/+7
2016-01-12t9107-git-svn-migrate.sh: use the $( ... ) construct for command substitutionElia Pinto1-14/+14
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland1-27/+27
2012-08-02git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern1-1/+3
2012-08-02t9107: fix typoMichael G. Schwern1-1/+1
2010-09-09tests: subshell indentation stylefixJonathan Nieder1-7/+9
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann1-2/+2
2009-08-12svn: allow branches outside of refs/remotesAdam Brewster1-8/+6
2009-08-10svn: Add && to t9107-git-svn-migrate.shAdam Brewster1-3/+11
2009-05-21git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin1-1/+1
2008-09-08t/t91XX git-svn tests: run "git svn" not "git-svn"Nanako Shiraishi1-11/+11
2008-09-08t/t91XX-svn: start removing use of "git-" from these testsNanako Shiraishi1-6/+6
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-62/+62
2007-12-10git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong1-6/+10
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-13/+13
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2007-02-23git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong1-0/+1
2007-02-23git-svn: allow 'init' to act as multi-initEric Wong1-2/+2
2007-02-23t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong1-7/+7
2007-02-23git-svn: use separate, per-repository .rev_db filesEric Wong1-0/+11
2007-02-23git-svn: prepare multi-init for wildcard supportEric Wong1-6/+14
2007-02-23git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong1-6/+6
2007-02-23git-svn: avoid tracking change-less revisionsEric Wong1-5/+9
2007-02-23git-svn: enable --minimize to simplify the config and connectionsEric Wong1-0/+25
2007-02-23git-svn: add support for metadata in .git/configEric Wong1-0/+63