Skip to content

objectpool: Refactor alternates file parsing

Justin Tobler requested to merge jt-object-pool-disconnect-refactor into master

Currently Disconnect() implements its own means to parse a Git alternates file. This change refactors Disconnect() to use the already existing stats.AlternatesInfoForRepository(), which is much more thorough, to handle the parsing instead.

Merge request reports