bobthecow / git-flow-completion

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

Added support for publish and track subcommands for hotfix #22

Closed gucki closed 12 years ago

gucki commented 12 years ago

Added support for publish and track subcommands for hotfix

See: https://github.com/bobthecow/git-flow-completion/issues/21

bobthecow commented 12 years ago

The trouble is, this isn't a valid completion for any released version of git-flow: https://github.com/nvie/gitflow/blob/master/git-flow-hotfix#L45-49

I'd happily merge this into the develop branch of git-flow-completion, but it shouldn't be merged into master until git-flow's develop branch is merged into master. Do you mind opening a pull request against develop?

gucki commented 12 years ago

Done: https://github.com/bobthecow/git-flow-completion/pull/23 :)