Skip to content

watch: '--color' works incorrectly

--color option seems not to work correctly.

For example, when I run this command:

./watch --color git -c color.ui=always log

It changes all characters yellow.

what I expected is:

image

bug actually I got is:

image

This is reproduced at the latest master (b2f49b10).