]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
read-cache: add post-index-change hook
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 27fe635f622c49e2a21ffcb91d3113d3b3fbad8c..46eb862d3e844137b8d2d25bbf049597cacf8f6d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -338,7 +338,9 @@ struct index_state {
        struct cache_time timestamp;
        unsigned name_hash_initialized : 1,
                 initialized : 1,
-                drop_cache_tree : 1;
+                drop_cache_tree : 1,
+                updated_workdir : 1,
+                updated_skipworktree : 1;
        struct hashmap name_hash;
        struct hashmap dir_hash;
        struct object_id oid;