summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e0278b)
raw | patch | inline | side by side (parent: 0e0278b)
author | Stefan Sperling <stsp@stsp.name> | |
Fri, 21 Dec 2007 15:57:26 +0000 (16:57 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 22 Dec 2007 08:23:17 +0000 (00:23 -0800) |
Signed-off-by: Stefan Sperling <stsp@stsp.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl | patch | blob | history |
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index 92648f40c98096d624a3a80feab4d3a818089b5a..1fa9a2237637f8b463355f2fca9c1b590fbe0e63 100755 (executable)
--- a/git-cvsimport.perl
+++ b/git-cvsimport.perl
}
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;