Re: Command to list commits that point to a given tree.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:25
Carl Baldwin [off-list ref] writes:
... In particular, I am
looking for a command that will return a list of commits that point to a
particular tree.
Right now I plan to brute force it.
You might want to explain what problem you are trying to solve,
by knowing which commit contains a particular tree object.
There might be a solution to that unstated problem which does
not require the reverse lookup.