diff options
author | Peter van der Does <github@avirtualhome.com> | 2013-12-03 08:56:18 -0500 |
---|---|---|
committer | Peter van der Does <github@avirtualhome.com> | 2013-12-03 08:56:18 -0500 |
commit | 2ffca0680623d2a3875ac6a8bb9458a06aa57938 (patch) | |
tree | 3140a5205896905e75f918059dbd73925bf1226c /plugins | |
parent | 4e34588a5b2e48c4ce901f47ed4c1a6b753c6926 (diff) | |
download | zsh-2ffca0680623d2a3875ac6a8bb9458a06aa57938.tar.gz zsh-2ffca0680623d2a3875ac6a8bb9458a06aa57938.tar.bz2 zsh-2ffca0680623d2a3875ac6a8bb9458a06aa57938.zip |
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 \ |