Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support short hex colors
#RGB
for compatibility with git 2.46
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.
- Loading branch information