diff options
author | H. Peter Anvin <hpa@zytor.com> | 2005-09-06 10:36:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-06 11:57:37 -0700 |
commit | 0d821d4dab346c9891e937d5f10c3261e1bbf13a (patch) | |
tree | 67a1bf2a4c159b828d4221d0a9e1b56a3967f852 /Documentation | |
parent | Format fix for asciidoc documentation titles. (diff) | |
download | tgif-0d821d4dab346c9891e937d5f10c3261e1bbf13a.tar.xz |
[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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-cvsimport-script.txt b/Documentation/git-cvsimport-script.txt index d01a15d8a3..9d8acfcb13 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. |