Thomas Braun <thomas.braun@xxxxxxxxxxxxxxxxxxx> writes: > Just out of curiosity: Is there a use case for inspecting non-commit > objects with git log? I do not think there is (rev-list is a different story, given that you can pass --objects), and it probably is not too difficult to teach "git log" and friends that they only want commit-ish. Thanks.