jgit/org.eclipse.jgit.pgm/META-INF
Christian Halstrick 4c3f017a77 Garbage collector for FileRepositories
Implements a garbage collector for FileRepositories. Main ideas are
copied from the garbage collector for DFS based repos
(DfsGarbageCollector). Added functionalities are
- pruning loose objects
- handling of the index
- packing refs
- handling of reflogs (objects referenced from reflog will not be
pruned/)

These are features of a GC which are not handled in this change and
which should come with subsequent changes:
- unpacking packed objects into loose objects (to support that pruning
packed objects doesn't delete them until they are older than two weeks)
- expiration of reflogs
- support for configuration parameters (e.g. gc.pruneExpire)

Change-Id: I14ea5cb7e0fd1b5c50b994fd77f4e05bfbb9d911
Signed-off-by: Christian Halstrick <christian.halstrick@sap.com>
2012-07-29 15:43:50 +02:00
..
services Garbage collector for FileRepositories 2012-07-29 15:43:50 +02:00
MANIFEST.MF Prepare 2.1.0 builds 2012-06-14 00:45:13 +02:00
SOURCE-MANIFEST.MF Prepare 2.1.0 builds 2012-06-14 00:45:13 +02:00