Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes: minor typo fixes in 2.16.0 draft
[gitweb.git]
/
dir.h
diff --git
a/dir.h
b/dir.h
index 57b0943dae807b6e7e9959c6e20f4fc9141c8af1..233a2eb36bc00aa5fba48631408fa528d02a2d56 100644
(file)
--- a/
dir.h
+++ b/
dir.h
@@
-139,6
+139,8
@@
struct untracked_cache {
int gitignore_invalidated;
int dir_invalidated;
int dir_opened;
+ /* fsmonitor invalidation data */
+ unsigned int use_fsmonitor : 1;
};
struct dir_struct {