Re: [PATCH v2 0/3] color: add support for 12-bit RGB colors
From: Beat Bolli <hidden>
Date: 2024-05-03 19:31:42
From: Beat Bolli <hidden>
Date: 2024-05-03 19:31:42
On 03.05.2024 19:48, Jeff King wrote:
On Thu, May 02, 2024 at 01:03:28PM +0200, Beat Bolli wrote:quoted
* The color parsing code learned to handle 12-bit RGB colors. The first commit fixes a typo, the second one adds some test coverage for invalid RGB colors, and the final one extends the RGB color parser to recognize 12-bit colors, as in #f0f. --- Changes against v1: - add test coverage for invalid RGB color lengthsAh, I missed that you had sent a new version when I responded to Junio. Yeah, this whole thing looks good to me!
All good ;-) Thanks for reviewing! Cheers, Beat