We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0278b commit 77190ebCopy full SHA for 77190eb
git-cvsimport.perl
@@ -848,7 +848,7 @@ sub commit {
848
}
849
if (!$opt_a && $starttime - 300 - (defined $opt_z ? $opt_z : 300) <= $date) {
850
# skip if the commit is too recent
851
- # that the cvsps default fuzz is 300s, we give ourselves another
+ # given that the cvsps default fuzz is 300s, we give ourselves another
852
# 300s just in case -- this also prevents skipping commits
853
# due to server clock drift
854
print "skip patchset $patchset: $date too recent\n" if $opt_v;
0 commit comments