[go: up one dir, main page]

Skip to content

builtin/config: bug fixes for "get" subcommand with "--type=color"

Hi,

this small patch series contains two bug fixes for git config get --type=color:

  • We restore the behaviour where we can now parse colors without a config key.

  • We stop spawning the pager when the user requests to print ANSI color escape sequences.

Furthermore, the patch series does some lighter refactorings of t1300. That test file still has its fair share of issues, but at least it looks a bit less dirty now.

Thanks!

Patrick

To: git@vger.kernel.org Cc: SZEDER Gábor szeder.dev@gmail.com Cc: Junio C Hamano gitster@pobox.com

--- b4-submit-tracking ---

This section is used internally by b4 prep for tracking purposes.

{ "series": { "revision": 1, "change-id": "20250911-pks-config-color-e5b8a213e895", "prefixes": [] } }

Closes `git config get` subcommand mishandles parsing ... (#593 - closed).

Merge request reports

Loading