Johan Herland <jo...@herland.net> writes: > I.e. use Kyle's patch to t9117, plus something like this: > > diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt > index 5b3c38d..9f579e0 100644 > --- a/Documentation/git-svn.txt > +++ b/Documentation/git-svn.txt > @@ -91,6 +91,9 @@ COMMANDS > NOTE: Before Git v2.0, the default prefix was "" (no prefix). This > meant that SVN-tracking refs were put at "refs/remotes/*", which is > incompatible with how Git's own remote-tracking refs are organized. > +If you still want the old default, you can get it by passing > +'--prefix ""' on the command line ('--prefix=""' may not work if > +your Perl's Getopt::Long is < v2.37). > > --ignore-paths=<regex>;; > When passed to 'init' or 'clone' this regular expression will
Thanks, will squash in. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html