]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
[PATCH] Also handle CVS branches with a '/' in their name
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Wed, 17 Aug 2005 09:19:20 +0000 (11:19 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 17 Aug 2005 19:13:12 +0000 (12:13 -0700)
commitfbfd60d65142848299513dfa6b477d0f5299cc15
treeede2321852443a61f5383a350475e088e4d8fe26
parent35cc4bcd10862db190df9685b7ad221f2a25404f
[PATCH] Also handle CVS branches with a '/' in their name

I track a CVS project which has a branch with a '/' in the branch name.
Since git wants the branch name to be a file name at the same time,
substitute that character to a '-' by default (override with "-s <subst>").
This should work well, despite the fact that a division and a difference
are completely different :-)

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsimport-script.txt
git-cvsimport-script