summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-21 05:07:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-11-21 05:07:51 (GMT)
commitc9fdbca92c66b93f95a19bf1f38ab9088db78540 (patch)
treeb0aaedc6f6c92d0de8a8fe49a19f8522653bcd96 /cache.h
parente05336bddacb90cf243aacc0f7b7f34f900453d7 (diff)
parent1fff303fc2b31d5005f38f55f38c4e8521da5a93 (diff)
downloadgit-c9fdbca92c66b93f95a19bf1f38ab9088db78540.zip
git-c9fdbca92c66b93f95a19bf1f38ab9088db78540.tar.gz
git-c9fdbca92c66b93f95a19bf1f38ab9088db78540.tar.bz2
Merge branch 'av/fsmonitor'
Various fixes to bp/fsmonitor topic. * av/fsmonitor: fsmonitor: simplify determining the git worktree under Windows fsmonitor: store fsmonitor bitmap before splitting index fsmonitor: read from getcwd(), not the PWD environment variable fsmonitor: delay updating state until after split index is merged fsmonitor: document GIT_TRACE_FSMONITOR fsmonitor: don't bother pretty-printing JSON from watchman fsmonitor: set the PWD to the top of the working tree
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 7c71681..f684c79 100644
--- a/cache.h
+++ b/cache.h
@@ -348,6 +348,7 @@ struct index_state {
unsigned char sha1[20];
struct untracked_cache *untracked;
uint64_t fsmonitor_last_update;
+ struct ewah_bitmap *fsmonitor_dirty;
};
extern struct index_state the_index;