summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-17 19:15:20 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-17 19:15:20 -0700
commit24b683581d6d454d453d86f2e1ab7401dcb8faea (patch)
tree77000d948ee7847f26154d1ee114528f875ca296 /git-log.txt
parentededf2bc5cb41c2aef8b3c7e89d5c1ceb068ac1a (diff)
downloadgit-htmldocs-24b683581d6d454d453d86f2e1ab7401dcb8faea.tar.gz
Autogenerated HTML docs for v1.8.3.3-755-g001b0
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-log.txt b/git-log.txt
index 2ea79ba16..2ee6962a7 100644
--- a/git-log.txt
+++ b/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.