Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/asciidoctor-section-heading-markup-fix' into maint
[gitweb.git]
/
git-cvsimport.perl
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index 8a687772483205c2b440edf5f5f3a1630604eed5..1e4e65a45d16cfcc5a36e6855216e9be8fe0e0b4 100755
(executable)
--- a/
git-cvsimport.perl
+++ b/
git-cvsimport.perl
@@
-1162,7
+1162,7
@@
sub commit {
die "Fast-forward update failed: $?\n" if $?;
}
else {
- system(qw(git merge
cvsimport HEAD
), "$remote/$opt_o");
+ system(qw(git merge
-m cvsimport
), "$remote/$opt_o");
die "Could not merge $opt_o into the current branch.\n" if $?;
}
} else {