From: Michael Haggerty Date: Fri, 13 Jan 2012 16:39:16 +0000 (+0100) Subject: git-show-ref doc: typeset regexp in fixed width font X-Git-Tag: v1.7.9-rc2~5^2 X-Git-Url: https://git.tokkee.org/?p=git.git;a=commitdiff_plain;h=87b340b9677c898136b84015d8119972bb7d260b git-show-ref doc: typeset regexp in fixed width font Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index 8dfcbe3fd..fcee0008a 100644 --- a/Documentation/git-show-ref.txt +++ b/Documentation/git-show-ref.txt @@ -73,7 +73,7 @@ OPTIONS --exclude-existing[=]:: Make 'git show-ref' act as a filter that reads refs from stdin of the - form "{caret}(?:\s)?(?:{backslash}{caret}{})?$" + form "`{caret}(?:\s)?(?:{backslash}{caret}{})?$`" and performs the following actions on each: (1) strip "{caret}{}" at the end of line if any; (2) ignore if pattern is provided and does not head-match refname;