From: Ævar Arnfjörð Bjarmason Date: Fri, 9 Feb 2018 20:32:03 +0000 (+0000) Subject: remote: add a macro for "refs/tags/*:refs/tags/*" X-Git-Tag: v2.17.0-rc0~48^2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/750d0da9cfbc2519f1ef478d50de0ce549c41f05?ds=inline;hp=750d0da9cfbc2519f1ef478d50de0ce549c41f05 remote: add a macro for "refs/tags/*:refs/tags/*" Add a macro with the refspec string "refs/tags/*:refs/tags/*". There's been a pre-defined struct version of this since e0aaa29ff3 ("Have a constant extern refspec for "--tags"", 2008-04-17), but nothing that could be passed to e.g. add_fetch_refspec(). This will be used in subsequent commits to avoid hardcoding this string in multiple places. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---