Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
cvsimport: document -S and -L options
author
Martin Langhoff
<martin@catalyst.net.nz>
Mon, 8 Jan 2007 06:53:03 +0000
(19:53 +1300)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 8 Jan 2007 11:01:32 +0000
(
03:01
-0800)
Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
ded9f40
)
diff --git
a/Documentation/git-cvsimport.txt
b/Documentation/git-cvsimport.txt
index 6deee94bd3fed61f1f1340c88c5fea9bfb86684e..5c402de2675024c9286e2ee72506cb1d0a56fc31 100644
(file)
--- 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.
-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>
+
---------
exon=Andreas Ericsson <ae@op5.se>