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
git tagis 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: