Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > git -C {} config --replace-all remote.origin.fetch "+refs/tags/*:refs/tags/*" "^\+*refs/tags/\*:refs/tags/\*$" Shouldn't the last arg be '^+\*refs/tags/\*:refs/tags/\*$' instead?
Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > git -C {} config --replace-all remote.origin.fetch "+refs/tags/*:refs/tags/*" "^\+*refs/tags/\*:refs/tags/\*$" Shouldn't the last arg be '^+\*refs/tags/\*:refs/tags/\*$' instead?