X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=read-cache.c;h=f1f789b7b87643245f1772d15b3f1cb321af324c;hb=c1e02b2b383a6cd29353067c942384028745314c;hp=309b77a6c9bae41ba2cde42e0266b02ae4b32497;hpb=811428e5b1186b87263c921ce88bdc1de2a65ce6;p=git.git diff --git a/read-cache.c b/read-cache.c index 309b77a6c..f1f789b7b 100644 --- a/read-cache.c +++ b/read-cache.c @@ -26,7 +26,7 @@ static struct cache_entry *refresh_cache_entry(struct cache_entry *ce, int reall #define CACHE_EXT(s) ( (s[0]<<24)|(s[1]<<16)|(s[2]<<8)|(s[3]) ) #define CACHE_EXT_TREE 0x54524545 /* "TREE" */ -#define CACHE_EXT_RESOLVE_UNDO 0x52455543 /* "REUN" */ +#define CACHE_EXT_RESOLVE_UNDO 0x52455543 /* "REUC" */ struct index_state the_index;