mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-24 12:48:00 +00:00
gitshallow.Repo.GCInterval int: 0 (default) = git auto gc (no explicit call) N = aggressive gc + prune every Nth successful pull GC() simplified to always aggressive+prune (the only mode we use). Sync(), Init(), Fetch() all parameter-free; GCInterval baked into Repo.