Documentation: what does "git log --indexed-objects" even mean?
commit3cab02de5087447e1c48ada03a0db0fffc89e920
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2015 19:49:05 +0000 (23 11:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Jan 2015 23:06:24 +0000 (23 15:06 -0800)
treed275cff603f9956c08789d2183a588391a69b8ae
parent4fe10219bca6b010e2103116c653928992d5141b
Documentation: what does "git log --indexed-objects" even mean?

4fe10219 (rev-list: add --indexed-objects option, 2014-10-16) adds
"--indexed-objects" option to "rev-list", and it is only useful in
the context of "git rev-list" and not "git log".  There are other
object traversal options that do not make sense for "git log" that
are shown in the manual page.

Move the description of "--indexed-objects" to the object traversal
section so that it sits together with its friends "--objects",
"--objects-edge", etc. and then show them only in "git rev-list"
documentation.

Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt