]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 10 Feb 2023 10:28:34 +0000 (11:28 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Feb 2023 19:31:16 +0000 (11:31 -0800)
commit6193aaa9f91117922264ac577301d7df0e666131
treebdee3262fbe32a26dd257711e071e09a888adbe0
parent23c56f7bd5f1667f8b793d796bf30e39545920f6
builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"

Replace the "USE_THE_INDEX_COMPATIBILITY_MACROS" define with the
narrower "USE_THE_INDEX_VARIABLE". This could have been done in
07047d68294 (cocci: apply "pending" index-compatibility to some
"builtin/*.c", 2022-11-19), but I missed it at the time.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rm.c