]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 19 Nov 2022 13:07:29 +0000 (14:07 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Nov 2022 03:06:14 +0000 (12:06 +0900)
commit8f565119451811188d6f5e57c3f069a65ec550e8
tree03466db6be27a711c4d8f08443354c37f24ad1da
parentc74e7b10b6ca34105efbdd7eaed955d1b60517ab
builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"

Adding "USE_THE_INDEX_COMPATIBILITY_MACROS" to these two appears to
have been unnecessary from the start, as going back and compiling
f8adbec9fea (cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch,
2019-01-24) without that addition works.

Let's not have these ask for the compatibility macros from cache.h
that they don't need.

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