X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-svnimport.perl;h=f6eff8e32adc92a072b33de9040e2154efd13a8a;hb=151602df00b8e5c5b4a8193f59a94b85f9b5aebc;hp=4ae0eecd371936ba03b766dab3a3468342ff276a;hpb=83936a29e275bc0c04f60d3333e4951a9e16b1fc;p=git.git diff --git a/git-svnimport.perl b/git-svnimport.perl index 4ae0eecd3..f6eff8e32 100755 --- a/git-svnimport.perl +++ b/git-svnimport.perl @@ -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";