From: Ævar Arnfjörð Bjarmason Date: Fri, 9 Feb 2018 20:32:16 +0000 (+0000) Subject: fetch: make the --prune-tags work with X-Git-Tag: v2.17.0-rc0~48^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6317972cff9b4df7a6cc666b08be7133ba81617c?hp=6317972cff9b4df7a6cc666b08be7133ba81617c fetch: make the --prune-tags work with Make the new --prune-tags option work properly when git-fetch is invoked with a parameter instead of a parameter. This change is split off from the introduction of --prune-tags due to the relative complexity of munging the incoming argv, which is easier to review as a separate change. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---