summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-04-06 21:52:43 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-06 23:46:23 (GMT)
commit0e070f997b529e81f7daff79fea1b61bc9166f6b (patch)
tree035f13d6d784a240258ee77a1667ef90b3189539
parent7b14b3c58034bdba3a5919e0e4536647c293f6cf (diff)
downloadgit-0e070f997b529e81f7daff79fea1b61bc9166f6b.zip
git-0e070f997b529e81f7daff79fea1b61bc9166f6b.tar.gz
git-0e070f997b529e81f7daff79fea1b61bc9166f6b.tar.bz2
cvsimport: Improve formating consistency
Use ' ' syntax for all commandline options mentioned in text. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-cvsimport.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index a5276f7..e0be856 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -65,7 +65,7 @@ the old cvs2git tool.
not create them if they do not exist.
-k::
- Kill keywords: will extract files with -kk from the CVS archive
+ Kill keywords: will extract files with '-kk' from the CVS archive
to avoid noisy changesets. Highly recommended, but off by default
to preserve compatibility with early imported trees.
@@ -96,7 +96,7 @@ If you need to pass multiple options, separate them with a comma.
-M <regex>::
Attempt to detect merges based on the commit message with a custom
- regex. It can be used with -m to also see the default regexes.
+ regex. It can be used with '-m' to also see the default regexes.
You must escape forward slashes.
-S <regex>::
@@ -126,7 +126,7 @@ their GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL set properly
all along.
+
For convenience, this data is saved to `$GIT_DIR/cvs-authors`
-each time the -A option is provided and read from that same
+each time the '-A' option is provided and read from that same
file each time git-cvsimport is run.
+
It is not recommended to use this feature if you intend to