Ævar Arnfjörð Bjarmason  <ava...@gmail.com> 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?

Reply via email to