t7800: run --dir-diff tests with and without symlinks
[gitweb.git] / remote.h
index f7b08f15de3f87ce75d16c81d08e84c47f028877..8743d6ef9df69167c08f3ea9b79b91fbd6ab09d3 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -149,7 +149,8 @@ enum match_refs_flags {
        MATCH_REFS_NONE         = 0,
        MATCH_REFS_ALL          = (1 << 0),
        MATCH_REFS_MIRROR       = (1 << 1),
-       MATCH_REFS_PRUNE        = (1 << 2)
+       MATCH_REFS_PRUNE        = (1 << 2),
+       MATCH_REFS_FOLLOW_TAGS  = (1 << 3)
 };
 
 /* Reporting of tracking info */