]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/config-subcommands'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:52 +0000 (09:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2024 16:52:53 +0000 (09:52 -0700)
commitfe3ccc7aab61dbc2837ba11bed122dc2f74045e3
treec3d5653cf25c2d131bad073c6dd37f926d179c86
parentb7a1d47ba5dd0df476104a63c6ddffe2d52fccf8
parent7b91d310ce21aa663e025c8955c46c49ab037a41
Merge branch 'ps/config-subcommands'

The operation mode options (like "--get") the "git config" command
uses have been deprecated and replaced with subcommands (like "git
config get").

* ps/config-subcommands:
  builtin/config: display subcommand help
  builtin/config: introduce "edit" subcommand
  builtin/config: introduce "remove-section" subcommand
  builtin/config: introduce "rename-section" subcommand
  builtin/config: introduce "unset" subcommand
  builtin/config: introduce "set" subcommand
  builtin/config: introduce "get" subcommand
  builtin/config: introduce "list" subcommand
  builtin/config: pull out function to handle `--null`
  builtin/config: pull out function to handle config location
  builtin/config: use `OPT_CMDMODE()` to specify modes
  builtin/config: move "fixed-value" option to correct group
  builtin/config: move option array around
  config: clarify memory ownership when preparing comment strings
config.c