Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert.c: refactor crlf_action
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index dcd654ffde28a869231ca032268d68499a84724f..dfc459c0637ff2ff94adba27ec40df84bd82b709 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-215,7
+215,7
@@
struct cache_entry {
#define CE_INTENT_TO_ADD (1 << 29)
#define CE_SKIP_WORKTREE (1 << 30)
/* CE_EXTENDED2 is for future extension */
-#define CE_EXTENDED2 (1 << 31)
+#define CE_EXTENDED2 (1
U
<< 31)
#define CE_EXTENDED_FLAGS (CE_INTENT_TO_ADD | CE_SKIP_WORKTREE)