bobthecow / git-flow-completion

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

missing subcommands for hotfix #21

Closed gucki closed 12 years ago

gucki commented 12 years ago

git-flow-completion misses some subcommands for hotfix:

git flow hotfix 
-> finish   help     list     start    

git flow hotfix help 
usage: git flow hotfix [list] [-v]
   git flow hotfix start [-F] <version> [<base>]
   git flow hotfix finish [-Fsumpk] <version>
   git flow hotfix publish <version>
   git flow hotfix track <version>
gucki commented 12 years ago

Pull request is here now: https://github.com/bobthecow/git-flow-completion/pull/22