remote: remove add_prune_tags_to_fetch_refspec
commit953035009601a971137ecc2c7d5e662189cfda50
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:58:02 +0000 (16 15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:43 +0000 (18 06:19 +0900)
tree49776e8ea2b13acde19161f9fba8fc1df99b203a
parente5349abf93dfde8052bbcabb4be1dba77feb7053
remote: remove add_prune_tags_to_fetch_refspec

Remove 'add_prune_tags_to_fetch_refspec()' function and instead have the
only caller directly add the tag refspec using 'refspec_append()'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c
remote.c
remote.h