X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-cvsimport.perl;h=e4bc2b54f68930df217751975e32b4224f8d765c;hb=fed1b5cac0cc3ae324dc004181a276ea16589951;hp=2954fb846e3372a648124d92b7c1a1ccbd44306f;hpb=ee834cf0c7de68557bc5c30552fce3e55f52e109;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 2954fb846..e4bc2b54f 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -818,6 +818,7 @@ while () { $state = 4; } elsif ($state == 4 and s/^Branch:\s+//) { s/\s+$//; + tr/_/\./ if ( $opt_u ); s/[\/]/$opt_s/g; $branch = $_; $state = 5;