remote: remove add_prune_tags_to_fetch_refspec
authorBrandon Williams <redacted>
Wed, 16 May 2018 22:58:02 +0000 (15:58 -0700)
committerJunio C Hamano <redacted>
Thu, 17 May 2018 21:19:43 +0000 (06:19 +0900)
commit953035009601a971137ecc2c7d5e662189cfda50
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/fetch.c
remote.c
remote.h
git clone https://git.99rst.org/PROJECT