rohanpm / ngitcached

A caching git proxy
MIT License
36 stars 9 forks source link

Correctly handle .keep files #4

Closed rohanpm closed 12 years ago

rohanpm commented 12 years ago

Currently "--keep" is used to index-pack to ensure a git gc etc cannot destroy the pack before we're done with it.

However, there's no attempt at all to clean up the .keep files later, so every pack will stay around forever.