]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/fewer-the-index-macros'
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:46 +0000 (12:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Nov 2022 03:13:46 +0000 (12:13 +0900)
commit041df69edd393204c220f3f39d217e284258fd18
tree20760c6a0bcbbec48fcc4a05d8d245581d570e91
parent613999cc5c951bc2c078caad59e339243f119a6e
parent07047d68294769d5e8700fc200ac326a21d04f8e
Merge branch 'ab/fewer-the-index-macros'

Progress on removing 'the_index' convenience wrappers.

* ab/fewer-the-index-macros:
  cocci: apply "pending" index-compatibility to some "builtin/*.c"
  cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"
  {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
  cocci: apply "pending" index-compatibility to "t/helper/*.c"
  cocci & cache.h: apply variable section of "pending" index-compatibility
  cocci & cache.h: apply a selection of "pending" index-compatibility
  cocci: add a index-compatibility.pending.cocci
  read-cache API & users: make discard_index() return void
  cocci & cache.h: remove rarely used "the_index" compat macros
  builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"
  cache.h: remove unused "the_index" compat macros
builtin/rebase.c
builtin/rev-parse.c
builtin/rm.c
builtin/submodule--helper.c
sequencer.c