fetch tests: double quote a variable for interpolation
[gitweb.git] / 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