Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2005-07-03 13:34:59 +0400
committerSven Verdoolaege <skimo@kotnet.org>2005-07-03 13:40:44 +0400
commitf9714a4a0cd4ed0ccca3833743d98ea874a2232d (patch)
treede5d7bba63538f29b8ea2b801d932b7679289b96 /Documentation
parent1cd3674add10d1e511446f3034a1d233a3da7eab (diff)
Make specification of CVS module to convert optional.
If we're inside a checked out CVS repository, there is no need to explicitly specify the module as it is available in CVS/Repository. Also read CVS/Root if it's available and -d is not specified. Finally, explicitly pass root to cvsps as CVS/Root takes precedence over CVSROOT. Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-cvsimport-script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt
index 8e170cdc1f..2fefe89906 100644
--- a/Documentation/git-cvsimport-script.txt
+++ b/Documentation/git-cvsimport-script.txt
@@ -11,7 +11,7 @@ SYNOPSIS
--------
'git-cvsimport-script' [ -o <branch-for-HEAD> ] [ -h ] [ -v ]
[ -d <CVSROOT> ] [ -p <options-for-cvsps> ]
- <CVS_module> [ <GIT_repository> ]
+ [ -C <GIT_repository> ] [ <CVS_module> ]
DESCRIPTION