Skip to content

the --24-bit-color option is unusable from .gitconfig #567

@ghost

Description

% 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:

[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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions