Merge branch 'nd/log-n-doc'

* nd/log-n-doc:
  doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt
This commit is contained in:
Junio C Hamano 2012-09-12 14:21:55 -07:00
commit 2cdfb602a4
2 changed files with 4 additions and 5 deletions

View File

@ -24,10 +24,6 @@ each commit introduces are shown.
OPTIONS OPTIONS
------- -------
-<n>::
Limits the number of commits to show.
Note that this is a commit limiting option, see below.
<since>..<until>:: <since>..<until>::
Show only commits between the named two commits. When Show only commits between the named two commits. When
either <since> or <until> is omitted, it defaults to 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 This makes sense only when following a strict policy of merging all
topic branches when staying on a single integration branch. topic branches when staying on a single integration branch.
`git log -3`::
Limits the number of commits to show to 3.
Discussion Discussion
---------- ----------

View File

@ -8,7 +8,8 @@ ordering and formatting options, such as '--reverse'.
-- --
-n 'number':: -<number>::
-n <number>::
--max-count=<number>:: --max-count=<number>::
Limit the number of commits to output. Limit the number of commits to output.