X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsexportcommit.perl;h=a33fa8d4c86da54a4d741cf921d1cf7b2138d186;hb=7fd53fce1c574f6a4940eedf36383a4e9ed7ae6a;hp=e9832d2bb913d61ce8a92ddf32e009ad59659d53;hpb=68fb4650497d6acbf6d407513cd2e2d960442e3b;p=git.git diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index e9832d2bb..a33fa8d4c 100755 --- a/git-cvsexportcommit.perl +++ b/git-cvsexportcommit.perl @@ -281,6 +281,11 @@ if ($opt_c) { # clean up unlink(".cvsexportcommit.diff"); +# CVS version 1.11.x and 1.12.x sleeps the wrong way to ensure the timestamp +# used by CVS and the one set by subsequence file modifications are different. +# If they are not different CVS will not detect changes. +sleep(1); + sub usage { print STDERR <