Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch tests: add a tag to be deleted to the pruning tests
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 1f6611be214363a4be363fad959135a9d123cee0..80fea6dd11cd5299c642a37dcb21e0e571d64a67 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-297,4
+297,6
@@
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 *);
+#define TAG_REFSPEC "refs/tags/*:refs/tags/*"
+
#endif