Fix pulling into the same branch.
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 996466795f65a115f2b6375391ff353114610d5e..1478631b40bf122556e50d19686868b1fb03b712 100644 (file)
--- a/cache.h
+++ b/cache.h
 #define NORETURN __attribute__((__noreturn__))
 #else
 #define NORETURN
-#endif
-
 #ifndef __attribute__
 #define __attribute__(x)
 #endif
+#endif
 
 /*
  * Intensive research over the course of many years has shown that
@@ -310,6 +309,7 @@ struct ref {
        struct ref *next;
        unsigned char old_sha1[20];
        unsigned char new_sha1[20];
+       unsigned char force;
        struct ref *peer_ref; /* when renaming */
        char name[0];
 };