Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow extensions that don't support coloring #88

@Brickster

Description

@Brickster

git tag is one such example. It doesn't support color options so cannot be an extension. This requires a new option: git-state.extensions.*.color <bool>.

Then a tag extension could be created:

$ git config git-state.extensions.tags "git tag --list"
$ git config git-state.extensions.tags.color false

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions