]> git.ipfire.org Git - thirdparty/git.git/commit
git svn: fix the final example in man page
authorStephenB <mail4stb@gmail.com>
Thu, 6 Jan 2011 19:06:51 +0000 (19:06 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 7 Jan 2011 21:50:11 +0000 (21:50 +0000)
commit9cfdbf9bef8ba8694fde7e9c562b124d2f46d69d
treeeb134e602253caa53a1299928794a706ccc8fb5f
parentbc2d159421bb017edc7b8b8d6d5544e1c83073e4
git svn: fix the final example in man page

'git-remote add' creates a remote.origin.fetch entry in the config, we
want to replace this entry rather than add another one (which will
cause 'git fetch' to error).

This adds 'git config --remove-section remote.origin' after the fetch
for encouraging users to only use "git svn" for future updates.

[ew: rewording of commit message for present tense]

Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: StephenB <mail4stb@gmail.com>
Documentation/git-svn.txt