gc.sh: create bundle headers
commitbeefd2dc38190fb761d0589eeb2a64941adc44d3
authorKyle J. McKay <mackyle@gmail.com>
Wed, 10 Sep 2014 12:16:45 +0000 (10 05:16 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 10 Sep 2014 12:16:45 +0000 (10 05:16 -0700)
tree5dab292cf5bf2bd8cf51ca5c2433de2c60c2f049
parent5e61164586543ce0aae49186dd99d1cf448efb84
gc.sh: create bundle headers

After creating a new all-in-one pack, if the pack is complete
then record its matching .bundle header in pack-<sha>.bndl so
that a bundle can be served up easily.

Since a fork would never have a complete pack unless it completely
discarded all history from its parent, we don't make any attempt
to create a .bndl header for forks.
jobd/gc.sh