]> git.ipfire.org Git - thirdparty/git.git/blobdiff - urlmatch.h
test-ref-store: remove force-create argument for create-reflog
[thirdparty/git.git] / urlmatch.h
index 6ff42f81b0c1e0fdcdd75511f8b7746da0dccbf7..34a3ba6d1973b4aa8d82a2af7fab8b6672433cc5 100644 (file)
@@ -66,6 +66,10 @@ struct urlmatch_config {
        int (*fallback_match_fn)(const char *url, void *cb);
 };
 
+#define URLMATCH_CONFIG_INIT { \
+       .vars = STRING_LIST_INIT_DUP, \
+}
+
 int urlmatch_config_entry(const char *var, const char *value, void *cb);
 
 #endif /* URL_MATCH_H */