Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: remove unnecessary backslashes
[gitweb.git]
/
cache-tree.c
diff --git
a/cache-tree.c
b/cache-tree.c
index a59e6f1e1fcfb65bd2fe9cdba0db60d6d87e7d96..20ee7b52df0c33d4473a198270705dffead01cdc 100644
(file)
--- a/
cache-tree.c
+++ b/
cache-tree.c
@@
-377,7
+377,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;
}