bobthecow / git-flow-completion

Bash, Zsh and fish completion support for git-flow.
MIT License
2.79k stars 385 forks source link

Don't use color in grep #38

Closed driv3r closed 9 years ago

driv3r commented 9 years ago

so while trying to complete the branch name, I had weird strings, i.e.:

git flow feature finish [tab] 
# => git flow feature finish ^[[01;31m^[[Kfeature/^[[m^[[K

which in fact are some color leftovers from grep command, adding --color=never fixes it

bobthecow commented 9 years ago

Thanks! This has been merged into develop, and will go in the next release (along with a similar fix for git.fish).

bobthecow commented 9 years ago

Annnd released. I didn't realize this package was still on a < 1.0.0 version number. So this release is 1.0.0 :)