diff options
author | Martin Ågren <martin.agren@gmail.com> | 2021-01-03 10:36:48 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-04 11:31:25 -0800 |
commit | 04f6b0a192afad0b2f562deda8913417a875378e (patch) | |
tree | cf8ed35170ad85e71a3aa7cbe8447d2f1d23d739 /bundle.c | |
parent | t1300: remove duplicate test for `--file no-such-file` (diff) | |
download | tgif-04f6b0a192afad0b2f562deda8913417a875378e.tar.xz |
t1300: don't needlessly work with `core.foo` configs
We use various made-up config keys in the "core" section for no real
reason. Change them to work in the "section" section instead and be
careful to also change "cores" to "sections". Make sure to also catch
"Core", "CoReS" and similar.
There are a few instances that actually want to work with a real "core"
config such as `core.bare` or `core.editor`. After this, it's clearer
that they work with "core" for a reason.
Reported-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.c')
0 files changed, 0 insertions, 0 deletions