Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
GIT 1.5.4.7
[gitweb.git]
/
git-cvsimport.perl
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index 8093996e257e510da9060a3d00661170c59437b6..33777e278585268c767ebcab6fbf65352a5459f0 100755
(executable)
--- a/
git-cvsimport.perl
+++ b/
git-cvsimport.perl
@@
-767,7
+767,7
@@
sub commit {
waitpid($pid,0);
die "Error running git-commit-tree: $?\n" if $?;
- system(
"git-update-ref $remote/$branch $cid"
) == 0
+ system(
'git-update-ref', "$remote/$branch", $cid
) == 0
or die "Cannot write branch $branch for update: $!\n";
if ($tag) {