summaryrefslogtreecommitdiff
path: root/t/t0068-for-each-repo.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25for-each-repo: run subcommands on configured reposLibravatar Derrick Stolee1-0/+30
It can be helpful to store a list of repositories in global or system config and then iterate Git commands on that list. Create a new builtin that makes this process simple for experts. We will use this builtin to run scheduled maintenance on all configured repositories in a future change. The test is very simple, but does highlight that the "--" argument is optional. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>