diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2012-09-06 21:28:03 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-06 13:26:50 -0700 |
commit | 70c2a258c60583e2650a3a236c532149712c0d14 (patch) | |
tree | 14e0a25b59fd8993c7cb9d8ba6f1caa6fcb075dc /Documentation/rev-list-options.txt | |
parent | 785ee4960c3d334cbc2b17ab74d2cebdf1b4db64 (diff) | |
download | git-70c2a258c60583e2650a3a236c532149712c0d14.tar.gz |
doc: move rev-list option -<n> from git-log.txt to rev-list-options.txt
rev-list-options.txt is included in git-rev-list.txt. This makes sure
rev-list man page also shows that, and at one place, together with
equivalent options -n and --max-count.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/rev-list-options.txt')
-rw-r--r-- | Documentation/rev-list-options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 1ae3c899ef..4c55939079 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -8,7 +8,8 @@ ordering and formatting options, such as '--reverse'. -- --n 'number':: +-<number>:: +-n <number>:: --max-count=<number>:: Limit the number of commits to output. |