diff options
author | Matthew Rogers <mattr94@gmail.com> | 2020-02-10 00:30:55 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-02-10 10:39:02 -0800 |
commit | 6766e41b8aae21927625adbb8cdc87804153639a (patch) | |
tree | 17c5bb7edb99eff7fbc1e7228f0fb8be2290e160 /Documentation/config | |
parent | config: split repo scope to local and worktree (diff) | |
download | tgif-6766e41b8aae21927625adbb8cdc87804153639a.tar.xz |
config: clarify meaning of command line scoping
CONFIG_SCOPE_CMDLINE is generally used in the code to refer to config
values passed in via the -c option. Options passed in using this
mechanism share similar scoping characteristics with the --file and
--blob options of the 'config' command, namely that they are only in use
for that single invocation of git, and that they supersede the normal
system/global/local hierarchy. This patch introduces
CONFIG_SCOPE_COMMAND to reflect this new idea, which also makes
CONFIG_SCOPE_CMDLINE redundant.
Signed-off-by: Matthew Rogers <mattr94@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
0 files changed, 0 insertions, 0 deletions