1 // the_index.* variables
3 identifier AC = active_cache;
4 identifier AN = active_nr;
5 identifier ACC = active_cache_changed;
6 identifier ACT = active_cache_tree;
16 + the_index.cache_changed
19 + the_index.cache_tree
22 // "the_repository" simple cases
30 + repo_read_index_unmerged
33 + repo_hold_locked_index
39 // "the_repository" special-cases
44 + repo_read_index_preload
52 // "the_index" simple cases
62 - rename_cache_entry_at
63 + rename_index_entry_at
74 - unmerge_cache_entry_at
75 + unmerge_index_entry_at
86 - remove_file_from_cache
87 + remove_file_from_index
96 + resolve_undo_clear_index
101 - update_main_cache_tree
114 - refresh_and_write_cache
115 + repo_refresh_and_write_index
123 // "the_index" special-cases
151 - write_cache_as_tree
152 + write_index_as_tree
155 + O, &the_index, get_index_file(),