We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5416f8a + 16272c7 commit c82b6d3Copy full SHA for c82b6d3
git-cvsimport.perl
@@ -921,7 +921,7 @@ sub commit {
921
# (See check_refname_component in refs.c.)
922
1 while $xtag =~ s/
923
(?: \.\. # Tag cannot contain '..'.
924
- | \@{ # Tag cannot contain '@{'.
+ | \@\{ # Tag cannot contain '@{'.
925
| ^ - # Tag cannot begin with '-'.
926
| \.lock $ # Tag cannot end with '.lock'.
927
| ^ \. # Tag cannot begin...
0 commit comments