aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-cvsimport.txt
diff options
context:
space:
mode:
authorMartin Langhoff <martin@catalyst.net.nz>2007-01-08 19:53:03 +1300
committerJunio C Hamano <junkio@cox.net>2007-01-08 03:01:32 -0800
commiteec84962108d073d9cc8fdc54ec973a97355ee0f (patch)
tree3c8b9406450596d56c3d1c5a7f86176b0ce90a72 /Documentation/git-cvsimport.txt
parentded9f40059b185cd88569aa349784f140418f400 (diff)
downloadgit-eec84962108d073d9cc8fdc54ec973a97355ee0f.tar.gz
cvsimport: document -S and -L options
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-cvsimport.txt')
-rw-r--r--Documentation/git-cvsimport.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index 6deee94bd3..5c402de267 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -104,6 +104,14 @@ If you need to pass multiple options, separate them with a comma.
-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>