Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

joshtriplett
Copy link
Contributor

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.

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 for this.
@coveralls
Copy link

coveralls commented Jul 13, 2024

Pull Request Test Coverage Report for Build 9922632920

Details

  • 8 of 8 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.08%) to 51.948%

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

💛 - Coveralls

@epage epage merged commit 8e48cc8 into rust-cli:main Jul 13, 2024
13 of 14 checks passed
@joshtriplett joshtriplett deleted the short-hex-colors branch July 13, 2024 22:12
@epage
Copy link
Collaborator

epage commented Jul 14, 2024

Got the release made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants