We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2076907 + 22af6fe commit 80ba04eCopy full SHA for 80ba04e
perl/Git/SVN.pm
@@ -490,7 +490,7 @@ sub refname {
490
#
491
# Additionally, % must be escaped because it is used for escaping
492
# and we want our escaped refname to be reversible
493
- $refname =~ s{([ \%~\^:\?\*\[\t])}{sprintf('%%%02X',ord($1))}eg;
+ $refname =~ s{([ \%~\^:\?\*\[\t\\])}{sprintf('%%%02X',ord($1))}eg;
494
495
# no slash-separated component can begin with a dot .
496
# /.* becomes /%2E*
0 commit comments