]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/config-list-with-type' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:17 +0000 (10:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2026 18:06:18 +0000 (10:06 -0800)
commitcdaee07fdecf9f644a2d8615095c5a3884920a79
treed68cad6a3989a3c3927c7dcd01dd82cad744feb2
parent4c07a661733a915d83ad999201e2d454e5ab3ea5
parent096aa6099834ce00401a369b34cbff4868ea5704
Merge branch 'ds/config-list-with-type' into next

"git config list" is taught to show the values interpreted for
specific type with "--type=<X>" option.

* ds/config-list-with-type:
  config: use an enum for type
  config: restructure format_config()
  config: format colors quietly
  color: add color_parse_quietly()
  config: format expiry dates quietly
  config: format paths gently
  config: format bools or strings in helper
  config: format bools or ints gently
  config: format bools gently
  config: format int64s gently
  config: make 'git config list --type=<X>' work
  config: add 'gently' parameter to format_config()
  config: move show_all_config()