This is a pair of quality-of-life patches for git-maintenance that have helped me in my workflow. PTAL. Changes from v1: - Added a test case for path interpolation in for-each-repo - Changed [--config <file>] to [--config-file <path>] in register/unregister - Dropped the short-name option, -c - Avoid finding the global config when the user has supplied the config on the command line Ronan Pigott (2): for-each-repo: interpolate repo path arguments maintenance: add option to register in a specific config Documentation/git-maintenance.txt | 14 ++++----- builtin/for-each-repo.c | 5 ++- builtin/gc.c | 51 +++++++++++++++++++------------ t/t0068-for-each-repo.sh | 6 ++++ t/t7900-maintenance.sh | 15 +++++++++ 5 files changed, 64 insertions(+), 27 deletions(-) -- 2.38.1