summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-09-06 17:36:01 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-06 18:57:37 (GMT)
commit0d821d4dab346c9891e937d5f10c3261e1bbf13a (patch)
tree67a1bf2a4c159b828d4221d0a9e1b56a3967f852 /Documentation
parent89580e3f6d671102bd8a7dda5f28cbfae2356269 (diff)
downloadgit-0d821d4dab346c9891e937d5f10c3261e1bbf13a.zip
git-0d821d4dab346c9891e937d5f10c3261e1bbf13a.tar.gz
git-0d821d4dab346c9891e937d5f10c3261e1bbf13a.tar.bz2
[PATCH] git-cvsimport-script: handling of tags
This patch changes git-cvsimport-script so that it creates tag objects instead of refs to commits, and adds an option, -u, to convert underscores in branch and tag names to dots (since CVS doesn't allow dots in branches and tags.) Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-cvsimport-script.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt
index d01a15d..9d8acfc 100644
--- a/Documentation/git-cvsimport-script.txt
+++ b/Documentation/git-cvsimport-script.txt
@@ -44,6 +44,9 @@ OPTIONS
to avoid noisy changesets. Highly recommended, but off by default
to preserve compatibility with early imported trees.
+-u::
+ Convert underscores in tag and branch names to dots.
+
-o <branch-for-HEAD>::
The 'HEAD' branch from CVS is imported to the 'origin' branch within
the git repository, as 'HEAD' already has a special meaning for git.