From: Eric Sunshine Date: Tue, 16 Jul 2013 00:10:36 +0000 (-0400) Subject: git-log.txt: fix typesetting of example "git-log -L" invocation X-Git-Tag: v1.8.4-rc0~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=001b0976afe6f41bff46aa3eaad0285b641a50ea;p=git git-log.txt: fix typesetting of example "git-log -L" invocation All surrounding examples are typeset as monospaced text. Follow suit. Signed-off-by: Eric Sunshine Acked-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 2ea79ba168..2ee6962a72 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -153,7 +153,7 @@ Examples This makes sense only when following a strict policy of merging all topic branches when staying on a single integration branch. -git log -L '/int main/',/^}/:main.c:: +`git log -L '/int main/',/^}/:main.c`:: Shows how the function `main()` in the file 'main.c' evolved over time.