commit | 458754a9fe2c2e889e38d1f4f53d5d457eba6faa | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Apr 13 21:37:59 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Apr 13 21:37:59 2005 -0700 |
tree | b65f86cddbb4086dc6b9b0a14ec8a935c45c6c3d | |
parent | f864ba7448564d06e8076d1b6a66eca00a337d8c [diff] |
Use common "revision.h" header for both fsck and rev-tree. 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.