X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cache.h;fp=cache.h;h=c71c61aacd53fb5919943533a5bf9787506ad144;hb=283c8eef6c9a4e379c73904d2bc22b19341b15c8;hp=afa8e4f0acbd36947590e428fd86ed0cd2000276;hpb=288c0384505e6c25cc1a162242919a0485d50a74;p=git.git diff --git a/cache.h b/cache.h index afa8e4f0..c71c61aa 100644 --- a/cache.h +++ b/cache.h @@ -114,6 +114,7 @@ static inline unsigned int create_ce_mode(unsigned int mode) extern struct cache_entry **active_cache; extern unsigned int active_nr, active_alloc, active_cache_changed; +extern struct cache_tree *active_cache_tree; #define GIT_DIR_ENVIRONMENT "GIT_DIR" #define DEFAULT_GIT_DIR_ENVIRONMENT ".git"