aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2013-07-15 20:10:36 -0400
committerJunio C Hamano <gitster@pobox.com>2013-07-17 12:58:36 -0700
commit001b0976afe6f41bff46aa3eaad0285b641a50ea (patch)
tree62636cb6beb740a77744b0b299825d39163d363e /Documentation/git-log.txt
parent9c3c367b265d0844c5d3c03c7d0b737b92db731c (diff)
downloadgit-001b0976afe6f41bff46aa3eaad0285b641a50ea.tar.gz
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 <sunshine@sunshineco.com> Acked-by: Thomas Rast <trast@inf.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt2
1 files changed, 1 insertions, 1 deletions
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.