diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-12 14:21:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-12 14:21:55 -0700 |
commit | 2cdfb602a4e4ca6896a2e0baf0b8d4424ad2f7aa (patch) | |
tree | c584c247d8ec1c1b8c0bae7dd48a5c651bf3e6c9 /Documentation/rev-list-options.txt | |
parent | f4e964481a053e780050e683927a6b4d8dd309eb (diff) | |
parent | 70c2a258c60583e2650a3a236c532149712c0d14 (diff) | |
download | git-2cdfb602a4e4ca6896a2e0baf0b8d4424ad2f7aa.tar.gz git-2cdfb602a4e4ca6896a2e0baf0b8d4424ad2f7aa.tar.xz |
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
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 5436eba6e..918c1109f 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. |