Skip to content

git/stats: Expose last modification time of the gitalternates file

Patrick Steinhardt requested to merge pks-git-stats-expose-alternates-mtime into master

We're about to add new heuristics to our repository houskeeping logic that will repack all objects when alternate object directories have been changed since the last full repack. Start exposing this information in the git/stats package.

Part of #5124 (closed).

Merge request reports