git-flow: remove non-existing subcommand

git-flow calls a subcommand based on filename, see
15aab26490/git-flow (L91-L97).
But git-flow-status doesn't exist on git-flow repository.
This commit is contained in:
Chayoung You 2019-03-12 14:15:35 +09:00
parent cf565254e2
commit bdb5503c95
No known key found for this signature in database
GPG Key ID: 740000ECBADC233F
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ _git-flow ()
'hotfix:Manage your hotfix branches.'
'support:Manage your support branches.'
'version:Shows version information.'
'status:Shows some status.'
)
_describe -t commands 'git flow' subcommands
;;