Expand description
Typed view of the lfs.fetchrecent* and lfs.prune* config knobs
that govern fetch-recent and prune retention. Mirrors upstream’s
lfs/config.go::FetchPruneConfig field-for-field so the same
defaults apply.
Structs§
- Fetch
Prune Config - Configuration for fetch-recent and prune retention. Built once per
command via
FetchPruneConfig::from_repo; pass by reference into the scanners + retention logic that consumes it.