Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lt/case-insensitive'
[gitweb.git]
/
git-svn.perl
diff --git
a/git-svn.perl
b/git-svn.perl
index b70f8efaaa404d63c6a45486f8513348cbb368f5..e47b1ea6c1c19d3b5b9bf26ecbf6b0a0f32d08d6 100755
(executable)
--- a/
git-svn.perl
+++ b/
git-svn.perl
@@
-614,7
+614,7
@@
sub cmd_create_ignore {
print GITIGNORE "$s\n";
close(GITIGNORE)
or fatal("Failed to close `$ignore': $!");
- command_noisy('add', $ignore);
+ command_noisy('add',
'-f',
$ignore);
});
}