author | Gerrit Pape <pape@smarden.org> | |
Tue, 19 Jun 2007 16:47:41 +0000 (16:47 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Jun 2007 09:37:40 +0000 (02:37 -0700) | ||
commit | 0d351e9ca23ea3be9aa7631b1b548f5d75f01a13 | |
tree | 6259f173a7986a8361dbfc4f7537c91abcebf72d | tree | snapshot |
parent | 09381b458f5f1ac1a78df1aaeeb53aa79fcf2c4f | commit | diff |
git-svn: trailing slash in prefix is mandatory with --branches/-b
Make clear in the documentation that when using --branches/-b and
--prefix with 'init', the prefix must include a trailing slash.
This matches the actual behavior of git-svn, e.g.:
$ git svn init -Ttrunk -treleases -bbranches --prefix xxx \
http://svn.sacredchao.net/svn/quodlibet/
--prefix='xxx' must have a trailing slash '/'
$
This was noticed by R. Vanicat and reported through
http://bugs.debian.org/429443
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Make clear in the documentation that when using --branches/-b and
--prefix with 'init', the prefix must include a trailing slash.
This matches the actual behavior of git-svn, e.g.:
$ git svn init -Ttrunk -treleases -bbranches --prefix xxx \
http://svn.sacredchao.net/svn/quodlibet/
--prefix='xxx' must have a trailing slash '/'
$
This was noticed by R. Vanicat and reported through
http://bugs.debian.org/429443
Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt | diff | blob | history |