]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/config-get-color-fixes'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Oct 2025 19:26:12 +0000 (12:26 -0700)
commit2ddbf1431dd3419e0857375724e96c6449575fc6
tree1bb14506ddb9052397d6910cd258a275970b133e
parentf2d464b9f5a3983b3c5208ae41c81de6b2fdc4cf
parente4dabf4fd62470f03b5aa3f1ad615cd7121cb5c5
Merge branch 'ps/config-get-color-fixes'

The use of "git config get" command to learn how ANSI color
sequence is for a particular type, e.g., "git config get
--type=color --default=reset no.such.thing", isn't very ergonomic.

* ps/config-get-color-fixes:
  builtin/config: do not spawn pager when printing color codes
  builtin/config: special-case retrieving colors without a key
  builtin/config: do not die in `get_color()`
  t1300: small style fixups
  t1300: write test expectations in the test's body
builtin/config.c