]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: Make create-ignore use git add -f
authorGustaf Hendeby <hendeby@isy.liu.se>
Sun, 4 May 2008 22:33:09 +0000 (00:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2008 23:54:16 +0000 (16:54 -0700)
commitc4c66b2669113dd7c36d660b5294066d8435bd0f
tree17078a6cdcd1dc8437c337c58e75b319cefe77bb
parent62a64d1a6b8d1efad13f3f2e5310dc0e8f2f1dc7
git-svn: Make create-ignore use git add -f

When having a svn:ignore that ignores the .gitignore file the -f
option to git add must be used to avoid git complaining about adding
an ignored file and hence stop the process of creating .gitignores.

Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl