[PATCH] git cvsimport fuzz argument
authorTommy M. McGuire <mcguire@crsr.net>
Fri, 10 Jun 2005 06:38:32 +0000 (01:38 -0500)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:48:18 +0000 (20:48 -0700)
commit9718a00b90b35fd077dbe2216915f1afcf0bb361
tree3c445cbb2497658f393daa27989904750c2687bd
parent1cc92ff6cab993c119a5d125a04a5a4e9cc4b09e
[PATCH] git cvsimport fuzz argument

Add "-z fuzz" argument, passed to cvsps, and clean up argument
processing.  Also, use "cvsps --cvs-direct", which is is somewhat
faster.

Give the user the option of specifying the timestamp fuzz passed to
cvsps.  Looking at the other arguments to it, I can't see anything else
that would be sane to play with.  Also, use --cvs-direct, which speeds
up cvsps for remote repositories and doesn't seem to do anything bad to
local repositories.

Signed-off-by: Tommy McGuire <mcguire@crsr.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-cvsimport-script