diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-24 16:56:48 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-24 16:56:48 -0700 |
commit | 434d6ba03122c160f98713a009cf8a32d02982f3 (patch) | |
tree | c4b0963078c63407448b58e961ed81e32a1d14c6 /cache.h | |
parent | 168cc639adb29616bde22f97f153faa1dfd024eb (diff) | |
parent | c95173410d6f290e65c15232e56f4963f8279ef1 (diff) | |
download | git-434d6ba03122c160f98713a009cf8a32d02982f3.tar.gz git-434d6ba03122c160f98713a009cf8a32d02982f3.tar.xz |
Merge refs/heads/master from .
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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]; }; |