[PATCH] fix cvsexportcommit syntax error

From: Alexander Litvinov <lan@ac-sw.com>
Date: 2005-11-09 18:02:58
There is a syntax error in cvsexport script:

--- git-cvsexportcommit.perl.orig       2005-11-09 13:00:51.000000000 +0600
+++ git-cvsexportcommit.perl    2005-11-09 13:00:57.000000000 +0600
@@ -64,7 +64,7 @@
            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];
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Wed Nov 09 18:02:55 2005

This archive was generated by hypermail 2.1.8 : 2005-11-09 18:03:00 EST