summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorBrandon Williams <bmwill@google.com>2018-05-16 22:58:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-05-17 21:19:43 (GMT)
commit953035009601a971137ecc2c7d5e662189cfda50 (patch)
tree49776e8ea2b13acde19161f9fba8fc1df99b203a /remote.h
parente5349abf93dfde8052bbcabb4be1dba77feb7053 (diff)
downloadgit-953035009601a971137ecc2c7d5e662189cfda50.zip
git-953035009601a971137ecc2c7d5e662189cfda50.tar.gz
git-953035009601a971137ecc2c7d5e662189cfda50.tar.bz2
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>
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/remote.h b/remote.h
index e7d00fe..4ffbc00 100644
--- a/remote.h
+++ b/remote.h
@@ -290,6 +290,4 @@ extern int parseopt_push_cas_option(const struct option *, const char *arg, int
extern int is_empty_cas(const struct push_cas_option *);
void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);
-void add_prune_tags_to_fetch_refspec(struct remote *remote);
-
#endif