From: Ævar Arnfjörð Bjarmason Date: Fri, 9 Feb 2018 20:32:07 +0000 (+0000) Subject: fetch tests: test --prune and refspec interaction X-Git-Tag: v2.17.0-rc0~48^2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6fb23f56c16c0981a2f7b46f53ac3af12b247996?hp=6fb23f56c16c0981a2f7b46f53ac3af12b247996 fetch tests: test --prune and refspec interaction Add a test for the interaction between explicitly provided refspecs and fetch.prune. There's no point in adding this boilerplate to every combination of unset/false/true, it's instructive and sufficient to show that no matter if the variable is unset, false or true the refspec on the command-line overrides any configuration variable. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---