X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=refs.h;fp=refs.h;h=e4578856d7c2425ac26df025e1027198f9cb63a5;hb=98ac34b2b1968e16fbf7f6122a53b73c6caaff49;hp=d5ac133336dc0da45cd916207d12a5e0e4237ae3;hpb=ff74f7f1187cbf1b46e85ed1bde1f194991f919c;p=git.git diff --git a/refs.h b/refs.h index d5ac13333..e4578856d 100644 --- a/refs.h +++ b/refs.h @@ -10,8 +10,9 @@ struct ref_lock { int force_write; }; -#define REF_ISSYMREF 01 -#define REF_ISPACKED 02 +#define REF_ISSYMREF 0x01 +#define REF_ISPACKED 0x02 +#define REF_ISBROKEN 0x04 /* * Calls the specified function for each ref file until it returns nonzero,