]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit20ceead5c356980d502181d0011404ccbdc2cb07
treee6c60674a5f68ed55809214ab40d8bdb104f897e
parentdb05f61738b0b0fb469692560340a0c1edc69734
parent7b97dfe47ba3a61f09cc26154540d74afdd3283d
Merge branch 'bb/rgb-12-bit-colors'

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