Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/rebase-show-current-patch' into next
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 80fea6dd11cd5299c642a37dcb21e0e571d64a67..271afe1bab4d562ee6daf2d47071be765051237f 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-47,6
+47,7
@@
struct remote {
int skip_default_update;
int mirror;
int prune;
+ int prune_tags;
const char *receivepack;
const char *uploadpack;
@@
-299,4
+300,6
@@
void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);
#define TAG_REFSPEC "refs/tags/*:refs/tags/*"
+void add_prune_tags_to_fetch_refspec(struct remote *remote);
+
#endif