From c1c774e7965ba08061c3fc7bc57aebc7eeb6b40f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 11 Jul 2005 16:57:49 +0200 Subject: [PATCH] git-cvsimport-script: add "import only" option git-cvsimport-script: add "import only" option which tells the script not to perform a checkout after importing. This ensures that the working directory and cache remain untouched and will not create them if they do not exist. Acked-by: Matthias Urlichs Signed-off-by: Sven Verdoolaege Signed-off-by: Linus Torvalds --- git-cvsimport-script | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'git-cvsimport-script') diff --git a/git-cvsimport-script b/git-cvsimport-script index 666de6f09a..0ed12ff34b 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -28,19 +28,19 @@ use POSIX qw(strftime dup2); $SIG{'PIPE'}="IGNORE"; $ENV{'TZ'}="UTC"; -our($opt_h,$opt_o,$opt_v,$opt_d,$opt_p,$opt_C,$opt_z); +our($opt_h,$opt_o,$opt_v,$opt_d,$opt_p,$opt_C,$opt_z,$opt_i); sub usage() { print STDERR <