[PATCH] git-cvsimport-script: add "import only" option
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 11 Jul 2005 14:57:49 +0000 (16:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 11 Jul 2005 17:26:07 +0000 (10:26 -0700)
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 <smurf@smurf.noris.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found