Re: [PATCH] Documentation: what does "git log --indexed-objects" even mean?

2015-01-23 Thread Jeff King
On Fri, Jan 23, 2015 at 11:49:05AM -0800, Junio C Hamano wrote: > 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 t

[PATCH] Documentation: what does "git log --indexed-objects" even mean?

2015-01-23 Thread Junio C Hamano
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. M