X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsexportcommit.perl;h=50b041c3247238f7b399c0648cc7c3bc2a58dba7;hb=ad4f4daae80cb00000aca76e1528add6daf8f033;hp=7074b0c21b14b0ff358b7ddc9f2b0076fb7ffca4;hpb=5e0306adfa03aebb8f6cf866c4450f04e128c3fd;p=git.git diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index 7074b0c2..50b041c3 100755 --- 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];