]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commit
Repack the encrypted remote regularly
authorroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
committerroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
commit96b7608966b0e06f757b2a5fc464d53b610ca432
tree810aad5dd2d5fbb9ee55b90d62b494815558857e
parent6f0af6d0fff47d2cb1325191d24f8fc1ed56d464
Repack the encrypted remote regularly

Use a simple but slow method of repacking the remote repository.
Download (and verify) all packs not marked 'keep', and repack those into
a new packfile. The new packfile is marked 'keep' with generation 1.
After PUT is called on the manifest, we remove the redundant old
packfiles.

The generation number will allow further iterations of repacking to be
implemented later.
git-remote-gcrypt