From eec84962108d073d9cc8fdc54ec973a97355ee0f Mon Sep 17 00:00:00 2001 From: Martin Langhoff Date: Mon, 8 Jan 2007 19:53:03 +1300 Subject: cvsimport: document -S and -L options Signed-off-by: Martin Langhoff Signed-off-by: Junio C Hamano --- Documentation/git-cvsimport.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Documentation/git-cvsimport.txt') 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 :: + Skip paths matching the regex. + +-L :: + Limit the number of commits imported. Workaround for cases where + cvsimport leaks memory. + + --------- exon=Andreas Ericsson -- cgit v1.2.1