Skip to content

Commit

Permalink
git-log.txt: fix typesetting of example "git-log -L" invocation
Browse files Browse the repository at this point in the history
All surrounding examples are typeset as monospaced text. Follow suit.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Acked-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Eric Sunshine authored and Junio C Hamano committed Jul 17, 2013
1 parent 9c3c367 commit 001b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 001b097

Please sign in to comment.