Merge branch 'jc/fetch-raw-sha1'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index e493563f4c07e6adcd00a1b2476926d69a4a67f8..6818d87fa033182c343164ace22fb21246db6a3b 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1017,7 +1017,8 @@ struct ref {
                force:1,
                forced_update:1,
                merge:1,
-               deletion:1;
+               deletion:1,
+               matched:1;
        enum {
                REF_STATUS_NONE = 0,
                REF_STATUS_OK,