From: Junio C Hamano Date: Thu, 2 Oct 2025 19:26:12 +0000 (-0700) Subject: Merge branch 'ps/config-get-color-fixes' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ddbf1431dd3419e0857375724e96c6449575fc6;p=thirdparty%2Fgit.git 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 --- 2ddbf1431dd3419e0857375724e96c6449575fc6