Use common "revision.h" header for both fsck and rev-tree.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Apr 2005 04:37:59 +0000 (21:37 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 14 Apr 2005 04:37:59 +0000 (21:37 -0700)
It's really a very generic thing: the notion of one sha1 revision
referring to another one. "fsck" uses it for all nodes, and "rev-tree"
only tracks commit-node relationships, but the code was already
the same - now we just make that explicit by moving it to a common
header file.

No differences found