]> git.ipfire.org Git - thirdparty/git.git/commit
config: document `read_early_config()` and `read_very_early_config()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 12 Sep 2024 11:29:43 +0000 (13:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Sep 2024 17:15:40 +0000 (10:15 -0700)
commitc0b03e8b6d9361277557ac93b23980d7fe6e751b
treef24eee878155feec80137e8e62c7c43ecd087bef
parentedc2c92624a5389836789579ff11417ca1c61ea0
config: document `read_early_config()` and `read_very_early_config()`

It's not clear what `read_early_config()` and `read_very_early_config()`
do differently compared to `repo_read_config()` from just looking at
their names. Document both of these in the header file to clarify their
intent.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c
config.h