git-shortlog.txt: include commit limiting options
authorPratyush Yadav <redacted>
Fri, 8 Nov 2019 19:26:27 +0000 (00:56 +0530)
committerJunio C Hamano <redacted>
Sun, 10 Nov 2019 06:13:23 +0000 (15:13 +0900)
commit461caf3e8a6187f4d6de2cf6838dcd56a1b0ebf7
treec76ea693e9321f5e3fe345a1164fb06a7a304a6e
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
git-shortlog.txt: include commit limiting options

git-shortlog, like git-log, supports options to filter what commits are
used to generate the log. These options come from git-rev-list, and are
documented in Documentation/rev-list-options.txt. Include those options
in shortlog's documentation.

But since rev-list-options.txt contains some other options that don't
really apply in the context of shortlog (like diff formatting, commit
ordering, etc), add a switch in rev-list-options.txt that excludes those
sections from the shortlog documentation. To be more specific, include
only the "Commit Limiting" and "History Simplification" sections.

Signed-off-by: Pratyush Yadav <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-shortlog.txt
Documentation/rev-list-options.txt
git clone https://git.99rst.org/PROJECT