]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mr/show-config-scope'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Feb 2020 21:22:17 +0000 (13:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Feb 2020 21:22:17 +0000 (13:22 -0800)
"git config" learned to show in which "scope", in addition to in
which file, each config setting comes from.

* mr/show-config-scope:
  config: add '--show-scope' to print the scope of a config value
  submodule-config: add subomdule config scope
  config: teach git_config_source to remember its scope
  config: preserve scope in do_git_config_sequence
  config: clarify meaning of command line scoping
  config: split repo scope to local and worktree
  config: make scope_name non-static and rename it
  t1300: create custom config file without special characters
  t1300: fix over-indented HERE-DOCs
  config: fix typo in variable name

1  2 
config.c
submodule-config.c

diff --cc config.c
Simple merge
Simple merge