Code

gitweb: Add "next" link to commitdiff view
[git.git] / git-svnimport.perl
index 4ae0eecd371936ba03b766dab3a3468342ff276a..f6eff8e32adc92a072b33de9040e2154efd13a8a 100755 (executable)
@@ -853,7 +853,7 @@ sub commit {
                print $out ("object $cid\n".
                    "type commit\n".
                    "tag $dest\n".
-                   "tagger $committer_name <$committer_email>\n") and
+                   "tagger $committer_name <$committer_email> 0 +0000\n") and
                close($out)
                    or die "Cannot create tag object $dest: $!\n";