]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
[PATCH] git-cvsimport-script: handling of tags
authorH. Peter Anvin <hpa@zytor.com>
Tue, 6 Sep 2005 17:36:01 +0000 (10:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Sep 2005 18:57:37 +0000 (11:57 -0700)
commit0d821d4dab346c9891e937d5f10c3261e1bbf13a
tree67a1bf2a4c159b828d4221d0a9e1b56a3967f852
parent89580e3f6d671102bd8a7dda5f28cbfae2356269
[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>
Documentation/git-cvsimport-script.txt
git-cvsimport-script