Hi,
On Tue, 2 Aug 2005, Junio C Hamano wrote:
Linus Torvalds [off-list ref] writes:
quoted
It has no point any more, all the tools check the file status on their
own, and yes, the thing should probably be removed.
How about git-rev-tree? Does anybody care?
I try to write a "git annotate" based on the output of git-whatchanged.
Since git-whatchanged only shows the commit and its parent, I need to
figure out what was the last diff that led to the current commit's state.
This needs git-rev-tree.
Ciao,
Dscho
P.S.: My only unsolved problem is that git-whatchanged sometimes shows
the diffs in the wrong order (clock-skew problem?)