Merge branch 'cn/cvsimport-perl-update'
* cn/cvsimport-perl-update: cvsimport: silence regex warning appearing in Perl 5.22.
This commit is contained in:
@ -921,7 +921,7 @@ sub commit {
|
||||
# (See check_refname_component in refs.c.)
|
||||
1 while $xtag =~ s/
|
||||
(?: \.\. # Tag cannot contain '..'.
|
||||
| \@{ # Tag cannot contain '@{'.
|
||||
| \@\{ # Tag cannot contain '@{'.
|
||||
| ^ - # Tag cannot begin with '-'.
|
||||
| \.lock $ # Tag cannot end with '.lock'.
|
||||
| ^ \. # Tag cannot begin...
|
||||
|
Reference in New Issue
Block a user