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