summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f37d0cc)
raw | patch | inline | side by side (parent: f37d0cc)
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsexportcommit.perl | patch | blob | history |
index 7074b0c21b14b0ff358b7ddc9f2b0076fb7ffca4..50b041c3247238f7b399c0648cc7c3bc2a58dba7 100755 (executable)
--- a/git-cvsexportcommit.perl
+++ b/git-cvsexportcommit.perl
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];