diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2013-07-15 20:10:36 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-17 12:58:36 -0700 |
commit | 001b0976afe6f41bff46aa3eaad0285b641a50ea (patch) | |
tree | 62636cb6beb740a77744b0b299825d39163d363e /Documentation/git-log.txt | |
parent | Update draft release notes to 1.8.4 (diff) | |
download | tgif-001b0976afe6f41bff46aa3eaad0285b641a50ea.tar.xz |
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.txt | 2 |
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. |