How to show/log all commits (and only those) from stdin?
I have a list of commits and I want git-log(1) or git-show(1) to show all of them. But
only them. Not also commits that are reachable from them.
I have a list of commits and I want git-log(1) or git-show(1) to show all of them. But
only them. Not also commits that are reachable from them.