author | Jan Krüger <jk@jk.gs> | |
Fri, 14 Nov 2008 17:45:14 +0000 (18:45 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Nov 2008 05:49:42 +0000 (21:49 -0800) | ||
commit | 9e77353e0ea6e9e6d88ad1943570afb526d54a16 | |
tree | 01f4fbee8f6d54e43b45ad4b13f51f505bc04a0d | tree | snapshot |
parent | de07767faefc7ee08e1842b07106aaae55a1a6df | commit | diff |
Documentation: git-svn: fix example for centralized SVN clone
The example that tells users how to centralize the effort of the initial
git svn clone operation doesn't work properly. It uses rebase but that
only works if HEAD exists. This adds one extra command to create a
somewhat sensible HEAD that should work in all cases.
Signed-off-by: Jan Krüger <jk@jk.gs>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The example that tells users how to centralize the effort of the initial
git svn clone operation doesn't work properly. It uses rebase but that
only works if HEAD exists. This adds one extra command to create a
somewhat sensible HEAD that should work in all cases.
Signed-off-by: Jan Krüger <jk@jk.gs>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt | diff | blob | history |