]> git.ipfire.org Git - thirdparty/git.git/commit
git-rev-list.txt: prune options in synopsis
authorDenton Liu <liu.denton@gmail.com>
Sat, 5 Oct 2019 00:13:08 +0000 (17:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 Oct 2019 00:45:19 +0000 (09:45 +0900)
commit11a3d3aadd3ec1747a4cb216b2676aeb07c0d64b
tree6c7f11c6af71e2f1cc6f15c5a2e9da8311068b9e
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
git-rev-list.txt: prune options in synopsis

The synopsis section in git-rev-list.txt has grown to be a huge list
that probably needs its own synopsis. Since the list is huge, users may
be given the false impression that the list is complete, however it is
not. It is missing many of the available options.

Since the list of options in the synopsis is not only annoying but
actively harmful, replace it with `[<options>]` so users know to
explicitly look through the documentation for further information.

While we're at it, update the optional path notation so that it is more
modern.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt