From: Martin Langhoff Date: Mon, 8 Jan 2007 06:53:03 +0000 (+1300) Subject: cvsimport: document -S and -L options X-Git-Tag: v1.5.0-rc1~54 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eec84962108d073d9cc8fdc54ec973a97355ee0f;p=git.git cvsimport: document -S and -L options Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt index 6deee94bd..5c402de26 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 :: + Skip paths matching the regex. + +-L :: + Limit the number of commits imported. Workaround for cases where + cvsimport leaks memory. + + --------- exon=Andreas Ericsson