]> git.ipfire.org Git - thirdparty/git.git/commit - connect.h
Merge branch 'gc/config-parsing-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 20:38:29 +0000 (13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 20:38:29 +0000 (13:38 -0700)
commit06e9e726d463b413d45703b31881de4ed99b3417
treea1cad3c86f333a19f1b4d4fc9123236ad122a1ef
parent0a8c337394c208f584173d1c8c0dca600f9be1fe
parent9b4a655302aae41a35752acfb61da1b43b4c7ce7
Merge branch 'gc/config-parsing-cleanup'

Config API clean-up to reduce its dependence on static variables

* gc/config-parsing-cleanup:
  config.c: rename "struct config_source cf"
  config: report cached filenames in die_bad_number()
  config.c: remove current_parsing_scope
  config.c: remove current_config_kvi
  config.c: plumb the_reader through callbacks
  config.c: create config_reader and the_reader
  config.c: don't assign to "cf_global" directly
  config.c: plumb config_source through static fns
config.c
config.h
t/helper/test-config.c
t/t1308-config-set.sh