]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/config-list-with-type'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 18:53:02 +0000 (10:53 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Mar 2026 18:53:02 +0000 (10:53 -0800)
commita31d4f1860bf9ee594d3ee4dd0cdda90db6919cd
tree075112e892a6d1073d473949269d49c7ba435c24
parentca1a1a75c185fc01ad858268b4431e835933e2eb
parent096aa6099834ce00401a369b34cbff4868ea5704
Merge branch 'ds/config-list-with-type'

"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()