summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-25 21:27:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-25 21:27:10 (GMT)
commit10432cc810eb9228dde99b38e2b4b37f5c80d12e (patch)
tree0a910eec49b51268b53890a259265ba833999b18 /builtin
parent33f2790ecafd29b8551a290e566003b975807c61 (diff)
parentb5a81697520621a0a1093f590d60d8e578348843 (diff)
downloadgit-10432cc810eb9228dde99b38e2b4b37f5c80d12e.zip
git-10432cc810eb9228dde99b38e2b4b37f5c80d12e.tar.gz
git-10432cc810eb9228dde99b38e2b4b37f5c80d12e.tar.bz2
Merge branch 'js/fsmonitor-unflake' into maint
The data collected by fsmonitor was not properly written back to the on-disk index file, breaking t7519 tests occasionally, which has been corrected. * js/fsmonitor-unflake: mark_fsmonitor_valid(): mark the index as changed if needed fill_stat_cache_info(): prepare for an fsmonitor fix
Diffstat (limited to 'builtin')
-rw-r--r--builtin/update-index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/update-index.c b/builtin/update-index.c
index 27db092..3f8cc6c 100644
--- a/builtin/update-index.c
+++ b/builtin/update-index.c
@@ -280,7 +280,7 @@ static int add_one_path(const struct cache_entry *old, const char *path, int len
memcpy(ce->name, path, len);
ce->ce_flags = create_ce_flags(0);
ce->ce_namelen = len;
- fill_stat_cache_info(ce, st);
+ fill_stat_cache_info(&the_index, ce, st);
ce->ce_mode = ce_mode_from_stat(old, st->st_mode);
if (index_path(&the_index, &ce->oid, path, st,