X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=entry.c;h=30211447ac839899d2c232af232c95312856816c;hb=5c14bd6175531a31b35f62ff8f1619eff38b06d1;hp=944c183b0f9cce90d62a2d998098ca48fc53c450;hpb=0cfcb1695f461db0330934f951160c9824d4de8f;p=git-core%2Fgit.git diff --git a/entry.c b/entry.c index 944c183b0..30211447a 100644 --- a/entry.c +++ b/entry.c @@ -4,6 +4,7 @@ #include "streaming.h" #include "submodule.h" #include "progress.h" +#include "fsmonitor.h" static void create_directories(const char *path, int path_len, const struct checkout *state) @@ -373,6 +374,7 @@ finish: ce->name); fill_stat_cache_info(ce, &st); ce->ce_flags |= CE_UPDATE_IN_BASE; + mark_fsmonitor_invalid(state->istate, ce); state->istate->cache_changed |= CE_ENTRY_CHANGED; } delayed: