summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-08 11:18:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-08 11:18:48 +0000
commitd1204f020484ddc38d217617b12df424f17f8383 (patch)
treeabdb4cefb642de5d5f7cba095a28dc2ccf77cd4a /git-cvsimport.txt
parentfc4d38ced802738c5d6aaabf66a345d2d6c97c82 (diff)
downloadgit-htmldocs-d1204f020484ddc38d217617b12df424f17f8383.tar.gz
Autogenerated HTML docs for v1.4.4.4-g4083
Diffstat (limited to 'git-cvsimport.txt')
-rw-r--r--git-cvsimport.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/git-cvsimport.txt b/git-cvsimport.txt
index d21d66bfe..5c402de26 100644
--- a/git-cvsimport.txt
+++ b/git-cvsimport.txt
@@ -90,7 +90,8 @@ If you need to pass multiple options, separate them with a comma.
Print a short usage message and exit.
-z <fuzz>::
- Pass the timestamp fuzz factor to cvsps.
+ Pass the timestamp fuzz factor to cvsps, in seconds. If unset,
+ cvsps defaults to 300s.
-s <subst>::
Substitute the character "/" in branch names with <subst>
@@ -99,6 +100,18 @@ If you need to pass multiple options, separate them with a comma.
CVS by default uses the unix username when writing its
commit logs. Using this option and an author-conv-file
in this format
+
+-a::
+ Import all commits, including recent ones. cvsimport by default
+ skips commits that have a timestamp less than 10 minutes ago.
+
+-S <regex>::
+ Skip paths matching the regex.
+
+-L <limit>::
+ Limit the number of commits imported. Workaround for cases where
+ cvsimport leaks memory.
+
+
---------
exon=Andreas Ericsson <ae@op5.se>