projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37d0cc
)
Fix cvsexportcommit syntax error
author
Alexander Litvinov
<lan@ac-sw.com>
Wed, 9 Nov 2005 07:02:58 +0000
(13:02 +0600)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 9 Nov 2005 07:34:29 +0000
(23:34 -0800)
There is a syntax error in cvsexport script:
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl
patch
|
blob
|
history
diff --git
a/git-cvsexportcommit.perl
b/git-cvsexportcommit.perl
index
7074b0c
..
50b041c
100755
(executable)
--- a/
git-cvsexportcommit.perl
+++ b/
git-cvsexportcommit.perl
@@
-64,7
+64,7
@@
if ($parent) {
last;
}; # found it
die "Did not find $parent in the parents for this commit!";
-
s
}
+ }
} else { # we don't have a parent from the cmdline...
if (@parents == 1) { # it's safe to get it from the commit
$parent = $parents[0];