diff options
| author | Junio C Hamano <gitster@pobox.com> | 2012-09-20 15:54:43 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2012-09-20 15:54:43 -0700 |
| commit | 9fcacaab021ae3835fa21bdf8c1fa9b2ca153a3a (patch) | |
| tree | 660b5af1ccd8a036aa71846d2d6935df4ed65c65 /Documentation/git-log.txt | |
| parent | Merge branch 'nd/maint-remote-remove' into maint (diff) | |
| parent | doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt (diff) | |
| download | git-9fcacaab021ae3835fa21bdf8c1fa9b2ca153a3a.tar.gz git-9fcacaab021ae3835fa21bdf8c1fa9b2ca153a3a.zip | |
Merge branch 'nd/log-n-doc' into maint
* nd/log-n-doc:
doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt
Diffstat (limited to 'Documentation/git-log.txt')
| -rw-r--r-- | Documentation/git-log.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 1f906208f9..585dac40ba 100644 --- a/Documentation/git-log.txt +++ b/Documentation/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 ---------- |
