Skip to content

Commit 001b097

Browse files
sunshinecogitster
authored andcommitted
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 <[email protected]> Acked-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9c3c367 commit 001b097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Examples
153153
This makes sense only when following a strict policy of merging all
154154
topic branches when staying on a single integration branch.
155155

156-
git log -L '/int main/',/^}/:main.c::
156+
`git log -L '/int main/',/^}/:main.c`::
157157

158158
Shows how the function `main()` in the file 'main.c' evolved
159159
over time.

0 commit comments

Comments
 (0)