Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-log.txt: fix typesetting of example "git-log -L" invocation
author
Eric Sunshine
<sunshine@sunshineco.com>
Tue, 16 Jul 2013 00:10:36 +0000
(20:10 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 17 Jul 2013 19:58:36 +0000
(12:58 -0700)
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>
Documentation/git-log.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
9c3c367
)
diff --git
a/Documentation/git-log.txt
b/Documentation/git-log.txt
index 2ea79ba16819929b53b5c27f242ae0997a7603a4..2ee6962a720f9fb252ae4524b6748857c36bc2a7 100644
(file)
--- 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.