Update git-flow-avh 1.7.0

This commit is contained in:
Peter van der Does 2013-12-03 08:56:18 -05:00
parent 4e34588a5b
commit 2ffca06806
1 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,9 @@ _git-flow ()
'hotfix:Manage your hotfix branches.' 'hotfix:Manage your hotfix branches.'
'support:Manage your support branches.' 'support:Manage your support branches.'
'version:Shows version information.' '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 _describe -t commands 'git flow' subcommands
;; ;;
@ -95,7 +98,7 @@ __git-flow-release ()
'list:List all your release branches. (Alias to `git flow release`)' 'list:List all your release branches. (Alias to `git flow release`)'
'publish:Publish release branch to remote.' 'publish:Publish release branch to remote.'
'track:Checkout remote release branch.' 'track:Checkout remote release branch.'
'delet:Delete a release branch.' 'delete:Delete a release branch.'
) )
_describe -t commands 'git flow release' subcommands _describe -t commands 'git flow release' subcommands
_arguments \ _arguments \