aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-24 16:56:48 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-24 16:56:48 -0700
commit434d6ba03122c160f98713a009cf8a32d02982f3 (patch)
treec4b0963078c63407448b58e961ed81e32a1d14c6 /cache.h
parent168cc639adb29616bde22f97f153faa1dfd024eb (diff)
parentc95173410d6f290e65c15232e56f4963f8279ef1 (diff)
downloadgit-434d6ba03122c160f98713a009cf8a32d02982f3.tar.gz
git-434d6ba03122c160f98713a009cf8a32d02982f3.tar.xz
Merge refs/heads/master from .
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index ba5c4ab7e..1478631b4 100644
--- 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];
};