git-svn: Warn about changing default for --prefix in Git v2.0
commitf849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17
authorJohan Herland <johan@herland.net>
Fri, 11 Oct 2013 12:57:06 +0000 (11 14:57 +0200)
committerEric Wong <normalperson@yhbt.net>
Sat, 12 Oct 2013 22:30:53 +0000 (12 22:30 +0000)
treeb5af07d8adadce2c455446ce1bd4e8a3a10e1b73
parent7091a2d0bfdea5a8e1c77027d746e06ae384bffa
git-svn: Warn about changing default for --prefix in Git v2.0

In Git v2.0, we will change the default --prefix for init/clone from
none/empty to "origin/" (which causes SVN-tracking branches to be
placed at refs/remotes/origin/* instead of refs/remotes/*).

This patch warns users about the upcoming change, both in the git-svn
manual page, and on stderr when running init/clone in the "multi-mode"
without providing a --prefix.

Cc: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
git-svn.perl
t/t9117-git-svn-init-clone.sh