Partial implementation of the 'Commit Reel'
commitcc77ed21cf03d2d9c5b0081533aca73741c3105e
authorJoshua Roys <roysjosh@gmail.com>
Wed, 28 May 2008 19:00:03 +0000 (28 15:00 -0400)
committerJoshua Roys <roysjosh@gmail.com>
Wed, 28 May 2008 19:00:03 +0000 (28 15:00 -0400)
tree724df3001236498ad1668b7c5a688b2c7584502c
parentbffe789b4a1310c5a6ade013fc4ea8510e95b1b8
Partial implementation of the 'Commit Reel'

We start with a rev-list of all the commits in topographical order.  Then,
each commit has the objects it depends on queried, again using rev-list.
The offset in the reel, object type, object size, and object hash are
printed to stdout.

Right now we do not take into account commit time or SHA1 hash for ordering
purposes, according the the RFC.
t/RevList.pm [new file with mode: 0644]