Skip to content

Commit 87b340b

Browse files
mhaggergitster
authored andcommitted
git-show-ref doc: typeset regexp in fixed width font
Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6ab2608 commit 87b340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-show-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ OPTIONS
7373
--exclude-existing[=<pattern>]::
7474

7575
Make 'git show-ref' act as a filter that reads refs from stdin of the
76-
form "{caret}(?:<anything>\s)?<refname>(?:{backslash}{caret}{})?$"
76+
form "`{caret}(?:<anything>\s)?<refname>(?:{backslash}{caret}{})?$`"
7777
and performs the following actions on each:
7878
(1) strip "{caret}{}" at the end of line if any;
7979
(2) ignore if pattern is provided and does not head-match refname;

0 commit comments

Comments
 (0)