summaryrefslogtreecommitdiff
path: root/t/t9107-git-svn-migrate.sh
Commit message (Expand)AuthorAgeFilesLines
* t9107: use shell parameter expansion to avoid breaking &&-chainEric Sunshine2021-12-131-4/+4
* Allow the test suite to pass in a directory whose name contains spacesJohannes Schindelin2018-01-031-1/+1
* t9107: switch inverted single/double quotes in testJeff King2016-05-141-2/+3
* t9107: use "return 1" instead of "exit 1"Jeff King2016-05-141-16/+26
* t/lib-git-svn: drop $remote_git_svn and $git_svn_idJeff King2016-05-131-7/+7
* t9107-git-svn-migrate.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-121-14/+14
* Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenJohan Herland2014-04-191-27/+27
* git-svn: attempt to mimic SVN 1.7 URL canonicalizationMichael G. Schwern2012-08-021-1/+3
* t9107: fix typoMichael G. Schwern2012-08-021-1/+1
* tests: subshell indentation stylefixJonathan Nieder2010-09-091-7/+9
* Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-2/+2
* svn: allow branches outside of refs/remotesAdam Brewster2009-08-121-8/+6
* svn: Add && to t9107-git-svn-migrate.shAdam Brewster2009-08-101-3/+11
* git-svn testsuite: use standard configuration for Subversion toolsEygene Ryabinkin2009-05-211-1/+1
* t/t91XX git-svn tests: run "git svn" not "git-svn"Nanako Shiraishi2008-09-081-11/+11
* t/t91XX-svn: start removing use of "git-" from these testsNanako Shiraishi2008-09-081-6/+6
* Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-62/+62
* git-svn: replace .rev_db with a more space-efficient .rev_map formatEric Wong2007-12-101-6/+10
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-13/+13
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* git-svn: hide the private git-svn 'config' file as '.metadata'Eric Wong2007-02-231-0/+1
* git-svn: allow 'init' to act as multi-initEric Wong2007-02-231-2/+2
* t910*: s/repo-config/config/g; poke around possible race conditionsEric Wong2007-02-231-7/+7
* git-svn: use separate, per-repository .rev_db filesEric Wong2007-02-231-0/+11
* git-svn: prepare multi-init for wildcard supportEric Wong2007-02-231-6/+14
* git-svn: just name the default svn-remote "svn" instead of "git-svn"Eric Wong2007-02-231-6/+6
* git-svn: avoid tracking change-less revisionsEric Wong2007-02-231-5/+9
* git-svn: enable --minimize to simplify the config and connectionsEric Wong2007-02-231-0/+25
* git-svn: add support for metadata in .git/configEric Wong2007-02-231-0/+63