]> git.ipfire.org Git - thirdparty/git.git/commit
for-each-repo: interpolate repo path arguments
authorRonan Pigott <ronan@rjp.ie>
Wed, 9 Nov 2022 19:07:07 +0000 (12:07 -0700)
committerTaylor Blau <me@ttaylorr.com>
Tue, 15 Nov 2022 03:39:25 +0000 (22:39 -0500)
commit13d5bbdf72aab109c9b69994c90aaff2a0b7e42f
tree46d3ce66b282fe9c127607e6db5997e2b7b669f5
parent3b08839926fcc7cc48cf4c759737c1a71af430c1
for-each-repo: interpolate repo path arguments

This is a quality of life change for git-maintenance, so repos can be
recorded with the tilde syntax. The register subcommand will not record
repos in this format by default.

Signed-off-by: Ronan Pigott <ronan@rjp.ie>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
builtin/for-each-repo.c
t/t0068-for-each-repo.sh