Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http: add HTTP_KEEP_ERROR option
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/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 */