bobthecow / git-flow-completion

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

Autocomplete with long options #34

Closed za3k closed 10 years ago

za3k commented 10 years ago
git branch --set-upstream-to=origin/str

autocompletes to

git branch origin/streakpanel

but I think it should instead fail to complete, or complete to

git branch --set-upstream-to=origin/streakpanel
bobthecow commented 10 years ago

That would be a problem with git completion. git-flow completion just wraps the standard git completion and extends it to support git-flow...