From 87b340b9677c898136b84015d8119972bb7d260b Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Fri, 13 Jan 2012 17:39:16 +0100 Subject: git-show-ref doc: typeset regexp in fixed width font Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- Documentation/git-show-ref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-show-ref.txt b/Documentation/git-show-ref.txt index 8dfcbe3fd4..fcee0008a9 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; -- cgit v1.2.1