summaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2012-09-06 14:28:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-09-06 20:26:50 (GMT)
commit70c2a258c60583e2650a3a236c532149712c0d14 (patch)
tree14e0a25b59fd8993c7cb9d8ba6f1caa6fcb075dc /Documentation/rev-list-options.txt
parent785ee4960c3d334cbc2b17ab74d2cebdf1b4db64 (diff)
downloadgit-70c2a258c60583e2650a3a236c532149712c0d14.zip
git-70c2a258c60583e2650a3a236c532149712c0d14.tar.gz
git-70c2a258c60583e2650a3a236c532149712c0d14.tar.bz2
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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index 1ae3c89..4c55939 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.