Show the branch name more prominently in "git status".
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index ba5c4ab7eea18ac4782d5f31a80330f8b487f1b0..1478631b40bf122556e50d19686868b1fb03b712 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -309,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];
 };