Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mmap(win32): avoid copy-on-write when it is unnecessary
[gitweb.git]
/
cache-tree.c
diff --git
a/cache-tree.c
b/cache-tree.c
index 1fbe79a0032d898404580246800c3a7f6250ae6d..3ebf9c3aa44eb2ab25f573192b6449f63311ffd7 100644
(file)
--- a/
cache-tree.c
+++ b/
cache-tree.c
@@
-375,7
+375,7
@@
static int update_one(struct cache_tree *it,
* they are not part of generated trees. Invalidate up
* to root to force cache-tree users to read elsewhere.
*/
- if (ce
->ce_flags & CE_INTENT_TO_ADD
) {
+ if (ce
_intent_to_add(ce)
) {
to_invalidate = 1;
continue;
}