fetch: never unpack git fetch packs
commit65716a33defa24f14eabe4c6390cccb5c1d99156
authorKyle J. McKay <mackyle@gmail.com>
Mon, 23 May 2016 07:14:39 +0000 (23 00:14 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 23 May 2016 07:14:39 +0000 (23 00:14 -0700)
tree3ee2eb50c8d136f0a86964b1c37c3b58cc640ad6
parent52c6dd4bad38cf446593c076fc2a9b5dc20155e8
fetch: never unpack git fetch packs

While not necessary to avoid a race condition, it's much easier to
manage incoming fetch data by keeping it in packs and periodically
joining them together as needed.

This also can result in a minor space savings since pack storage is
typically more efficient than loose object storage.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/update.sh