Substitute "/" with $opt_s in tag names as well as branch names
authorJoe English <jenglish@flightlab.com>
Fri, 6 Jan 2006 20:52:27 +0000 (12:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 6 Jan 2006 22:27:47 +0000 (14:27 -0800)
In 'git cvsimport' changes "/" to "-" (or $opt_s) in branch names,
but not in tag names, which is inconsistent.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl

index 08a890c..8619e7d 100755 (executable)
@@ -649,6 +649,7 @@ my $commit = sub {
                my($xtag) = $tag;
                $xtag =~ s/\s+\*\*.*$//; # Remove stuff like ** INVALID ** and ** FUNKY **
                $xtag =~ tr/_/\./ if ( $opt_u );
+               $xtag =~ s/[\/]/$opt_s/g;
                
                my $pid = open2($in, $out, 'git-mktag');
                print $out "object $cid\n".