]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bb/rgb-12-bit-colors'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:47 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2024 17:18:47 +0000 (10:18 -0700)
The color parsing code learned to handle 12-bit RGB colors, spelled
as "#RGB" (in addition to "#RRGGBB" that is already supported).

* bb/rgb-12-bit-colors:
  color: add support for 12-bit RGB colors
  t/t4026-color: add test coverage for invalid RGB colors
  t/t4026-color: remove an extra double quote character


Trivial merge