summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-12 15:56:53 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-12 15:56:53 -0700
commit693e70961ac5a79a46303795f3ca6a0bfd62f375 (patch)
tree70fc25a554a7d96d42e8d233d57316d63f603c47 /git-log.txt
parenteccdd4a4b39010678cef09a1c28c964396d2cc84 (diff)
downloadgit-htmldocs-693e70961ac5a79a46303795f3ca6a0bfd62f375.tar.gz
Autogenerated HTML docs for v1.7.12-395-g6b149
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/git-log.txt b/git-log.txt
index 1f906208f..585dac40b 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -24,10 +24,6 @@ each commit introduces are shown.
OPTIONS
-------
--<n>::
- Limits the number of commits to show.
- Note that this is a commit limiting option, see below.
-
<since>..<until>::
Show only commits between the named two commits. When
either <since> or <until> is omitted, it defaults to
@@ -137,6 +133,8 @@ Examples
This makes sense only when following a strict policy of merging all
topic branches when staying on a single integration branch.
+`git log -3`::
+ Limits the number of commits to show to 3.
Discussion
----------