Skip to content

Commit

Permalink
Small comment fix for git-cvsimport.
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Sperling <stsp@stsp.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
stspdotname authored and gitster committed Dec 22, 2007
1 parent 0e0278b commit 77190eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsimport.perl
Expand Up @@ -848,7 +848,7 @@ sub commit {
}
if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
# skip if the commit is too recent
# that the cvsps default fuzz is 300s, we give ourselves another
# given that the cvsps default fuzz is 300s, we give ourselves another
# 300s just in case -- this also prevents skipping commits
# due to server clock drift
print "skip patchset $patchset: $date too recent\n" if $opt_v;
Expand Down

0 comments on commit 77190eb

Please sign in to comment.