From bdb5503c95c9b54bba11af547cbcd38eb1412557 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Tue, 12 Mar 2019 14:15:35 +0900 Subject: [PATCH] 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. --- src/_git-flow | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_git-flow b/src/_git-flow index d7c7b73..990a14e 100644 --- a/src/_git-flow +++ b/src/_git-flow @@ -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 ;;