]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanup
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 May 2024 17:32:06 +0000 (10:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 May 2024 17:32:06 +0000 (10:32 -0700)
commit9422e7169ef21ddccc726bd02e973c97ac994b09
treee9b7fac8114b6788a8167047ad7c620620ffde4c
parent0f3415f1f8478b05e64db11eb8aaa2915e48fef6
parent7b91d310ce21aa663e025c8955c46c49ab037a41
Merge branch 'ps/config-subcommands' into ps/builtin-config-cleanup

* 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