diff options
author | Matthew Rogers <mattr94@gmail.com> | 2020-02-10 00:30:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-10 10:49:10 -0800 |
commit | e37efa40e122c4408c89c437e8a375df2147feac (patch) | |
tree | 027006df788dfefee7b2fcd28846728ae37e7613 /t/t2403-worktree-move.sh | |
parent | config: preserve scope in do_git_config_sequence (diff) | |
download | tgif-e37efa40e122c4408c89c437e8a375df2147feac.tar.xz |
config: teach git_config_source to remember its scope
There are many situations where the scope of a config command is known
beforehand, such as passing of '--local', '--file', etc. to an
invocation of git config. However, this information is lost when moving
from builtin/config.c to /config.c. This historically hasn't been a big
deal, but to prepare for the upcoming --show-scope option we teach
git_config_source to keep track of the source and the config machinery
to use that information to set current_parsing_scope appropriately.
Signed-off-by: Matthew Rogers <mattr94@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2403-worktree-move.sh')
0 files changed, 0 insertions, 0 deletions