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.
1 parent 6ab2608 commit 87b340bCopy full SHA for 87b340b
Documentation/git-show-ref.txt
@@ -73,7 +73,7 @@ OPTIONS
73
--exclude-existing[=<pattern>]::
74
75
Make 'git show-ref' act as a filter that reads refs from stdin of the
76
- form "{caret}(?:<anything>\s)?<refname>(?:{backslash}{caret}{})?$"
+ form "`{caret}(?:<anything>\s)?<refname>(?:{backslash}{caret}{})?$`"
77
and performs the following actions on each:
78
(1) strip "{caret}{}" at the end of line if any;
79
(2) ignore if pattern is provided and does not head-match refname;
0 commit comments