cocci & cache.h: apply a selection of "pending" index-compatibility
Apply a selection of rules in "index-compatibility.pending.cocci" tree-wide, and in doing so migrate them to "index-compatibility.cocci". As in preceding commits the only manual changes here are the macro removals in "cache.h", and the update to the '*.cocci" rules. The rest of the C code changes are the result of applying those updated rules. Move rules for some rarely used cache compatibility macros from "index-compatibility.pending.cocci" to "index-compatibility.cocci" and apply them. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
0e6550a2c6
commit
031b2033e0
@ -305,7 +305,7 @@ static void add_remove_files(struct string_list *list)
|
||||
if (add_to_index(&the_index, p->string, &st, 0))
|
||||
die(_("updating files failed"));
|
||||
} else
|
||||
remove_file_from_cache(p->string);
|
||||
remove_file_from_index(&the_index, p->string);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user