diff options
author | Glen Choo <chooglen@google.com> | 2023-06-28 21:26:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-06-28 23:06:39 +0200 |
commit | 809d868061c5e55e9b3bd59a4118628318eb46e9 (patch) | |
tree | 3f87f874677594a0fd3393b76f88875f058682d7 /t/t1300-config.sh | |
parent | config.c: pass ctx in configsets (diff) | |
download | git-809d868061c5e55e9b3bd59a4118628318eb46e9.tar.xz git-809d868061c5e55e9b3bd59a4118628318eb46e9.zip |
config: pass ctx with config files
Pass config_context to config_callbacks when parsing config files. To
provide the .kvi member, refactor out the configset logic that caches
"struct config_source" and "enum config_scope" as a "struct
key_value_info". Make the "enum config_scope" available to the config
file machinery by plumbing an additional arg through
git_config_from_file_with_options().
We do not exercise ctx yet because the remaining current_config_*()
callers may be used with config_with_options(), which may read config
from parameters, but parameters don't pass ctx yet.
Signed-off-by: Glen Choo <chooglen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1300-config.sh')
0 files changed, 0 insertions, 0 deletions