On Thu, Jun 24, 2010 at 5:33 PM, Holger Hellmuth [off-list ref] wrote:
Shouldn't 'git log --objects' print out a list of all objects in the
file tree of the commits it lists?
In fact --objects prints all objects reachable from the given commits
(or between commits if $commit1..$commit2)
I tried git log with lots of other parameters, for example '-p' and
never saw any difference to the normal output and definitely no list of
hash ids.
I think --objects, --objects-edge, --unpacked are for "git rev-list".
So they should not be listed in git-log man page.
HTH,
Santi