Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-pack: optionally allow fetching from the tips of hidden refs
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index c257953fa798110e0f4be9258f4f88f2d7952bdb..03b3285e4f426634c64896bf8c6d891001aa885d 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1013,7
+1013,8
@@
struct ref {
nonfastforward:1,
not_forwardable:1,
update:1,
- deletion:1;
+ deletion:1,
+ matched:1;
enum {
REF_STATUS_NONE = 0,
REF_STATUS_OK,