We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
% git config --global delta.24-bit-color yes error: invalid key: delta.24-bit-color
OTOH,
% git config --global delta.true-color yes
Manually editing ~/.gitconfig didn't help either:
~/.gitconfig
[delta] 24-bit-color = yes
% git log fatal: bad config line 18 in file /home/redacted/.gitconfig
Seems like git doesn't accept keys that start with a digit.