rust-cli / anstyle

ANSI text styling
https://docs.rs/anstyle
Other
106 stars 16 forks source link

Support 12-bit hex colors `#RGB`, for compatibility with git 2.46 #201

Closed joshtriplett closed 2 months ago

joshtriplett commented 2 months ago

git 2.46 adds support for 12-bit hex colors, written #RGB with three hex digits, in addition to the existing 24-bit #RRGGBB support with six. Add support and test cases for this.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9922632920

Details


Totals Coverage Status
Change from base Build 9869172385: 0.08%
Covered Lines: 1227
Relevant Lines: 2362

💛 - Coveralls
epage commented 2 months ago

Got the release made