Add a "rev-tree" helper, which calculates the revision
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 11 Apr 2005 20:55:10 +0000 (13:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 11 Apr 2005 20:55:10 +0000 (13:55 -0700)
commit84fe972055398ba0790ac0a8f159c79c83efcef4
tree426bfebd8064b754e1f6ab7ad6ab81801310043d
parent0dcad32ae239906217065b6a2b0fca41962e5d57
Add a "rev-tree" helper, which calculates the revision
tree graph.

It's quite fast when the commit-objects are cached, but since
it has to walk every single commit-object, it also allows you
to cache an old state and just add on top of that.
Makefile
rev-tree.c [new file with mode: 0644]