dir: add remove_untracked_cache()
Factor out code into remove_untracked_cache(), which will be used in a later commit. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
4a4ca4796d
commit
07b29bfd8d
@ -1126,11 +1126,7 @@ int cmd_update_index(int argc, const char **argv, const char *prefix)
|
||||
add_untracked_cache(&the_index);
|
||||
report(_("Untracked cache enabled for '%s'"), get_git_work_tree());
|
||||
} else if (untracked_cache == UC_DISABLE) {
|
||||
if (the_index.untracked) {
|
||||
free_untracked_cache(the_index.untracked);
|
||||
the_index.untracked = NULL;
|
||||
the_index.cache_changed |= UNTRACKED_CHANGED;
|
||||
}
|
||||
remove_untracked_cache(&the_index);
|
||||
report(_("Untracked cache disabled"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user