git-flow: remove non-existing subcommand

git-flow calls a subcommand based on filename, see
https://github.com/nvie/gitflow/blob/15aab26490facf285acef56cb5d61025eacb3a69/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
-1
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
;;