]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5d55554b1d099f3ae5e74f6d058edb55161510de
treef3c4a640addac61a756693580814627f76ea62e6
parent9f3f38769d49255d3fbf97f35a0dec591de17db3
parent145d59f48233c64cb8a9262c9f1451cc7d66b530
Merge branch 'mr/show-config-scope'

"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
config.c
submodule-config.c