summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7b14b3c)
raw | patch | inline | side by side (parent: 7b14b3c)
author | Frank Lichtenheld <frank@lichtenheld.de> | |
Fri, 6 Apr 2007 21:52:43 +0000 (23:52 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 6 Apr 2007 23:46:23 +0000 (16:46 -0700) |
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>
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport.txt | patch | blob | history |
index a5276f776fc6fc90714b040668ce67443cde1a7b..e0be8565468c0b278147abc3e83eb7d19f481a40 100644 (file)
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.
-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>::
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