diff options
author | Robby Russell <robby@planetargon.com> | 2013-12-03 12:51:39 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-12-03 12:51:39 -0800 |
commit | 8c93142b13fa76290f305e21596fb850629fd80f (patch) | |
tree | 1f76552283ecc34e3f0ffb69009ae2cdc4c9a4c0 /plugins | |
parent | 6fa64b7199ca79d85e8bfb5367d74d41c8a4e200 (diff) | |
parent | 2ffca0680623d2a3875ac6a8bb9458a06aa57938 (diff) | |
download | zsh-8c93142b13fa76290f305e21596fb850629fd80f.tar.gz zsh-8c93142b13fa76290f305e21596fb850629fd80f.tar.bz2 zsh-8c93142b13fa76290f305e21596fb850629fd80f.zip |
Merge pull request #2303 from petervanderdoes/git-flow-avh
Update git-flow-avh 1.7.0
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/git-flow-avh/git-flow-avh.plugin.zsh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/git-flow-avh/git-flow-avh.plugin.zsh b/plugins/git-flow-avh/git-flow-avh.plugin.zsh index d76f55ef6..ba98fff01 100644 --- a/plugins/git-flow-avh/git-flow-avh.plugin.zsh +++ b/plugins/git-flow-avh/git-flow-avh.plugin.zsh @@ -41,6 +41,9 @@ _git-flow () 'hotfix:Manage your hotfix branches.' 'support:Manage your support branches.' 'version:Shows version information.' + 'finish:Finish the branch you are currently on.' + 'delete:Delete the branch you are currently on.' + 'publish:Publish the branch you are currently on.' ) _describe -t commands 'git flow' subcommands ;; @@ -95,7 +98,7 @@ __git-flow-release () 'list:List all your release branches. (Alias to `git flow release`)' 'publish:Publish release branch to remote.' 'track:Checkout remote release branch.' - 'delet:Delete a release branch.' + 'delete:Delete a release branch.' ) _describe -t commands 'git flow release' subcommands _arguments \ |