Skip to content

repocleaner: Allow NewWalker to receive grace period parameter

John Cai requested to merge jc-list-repo-to-use-shorter-grace-period into master

The Walker is used by both the periodic job that checks for untracked repositories as well as the list-untracked-repositories subcommand. It is useful to be able to give it a different grace period value. Add this parameter to the signature.

fixes: #4164 (closed)

Edited by John Cai

Merge request reports