From: Johan Herland Date: Fri, 11 Oct 2013 12:57:06 +0000 (+0200) Subject: git-svn: Warn about changing default for --prefix in Git v2.0 X-Git-Tag: v1.8.5-rc0~48^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17?ds=sidebyside;hp=f849bb6b3b4ccc7cc1a68f49d6ff1e9c508fdf17 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 Signed-off-by: Johan Herland Signed-off-by: Eric Wong ---