module Git::Repository::Maintenance

Facade methods for repository maintenance and optimization operations

These methods pack objects, compress history, prune unreachable objects, and otherwise keep the repository in good health.

Included by {Git::Repository}.

@api private