From: Ævar Arnfjörð Bjarmason Date: Fri, 9 Feb 2018 20:32:14 +0000 (+0000) Subject: fetch tests: add scaffolding for the new fetch.pruneTags X-Git-Tag: v2.17.0-rc0~48^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e249ce0ccdb5c57f45a88daa25d24c5b602ee6e9?hp=e249ce0ccdb5c57f45a88daa25d24c5b602ee6e9 fetch tests: add scaffolding for the new fetch.pruneTags The fetch.pruneTags configuration doesn't exist yet, but will be added in a subsequent commit. Since testing for it requires adding new parameters to the test_configured_prune function it's easier to review this patch first to assert that no functional changes are introduced yet. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---