Browse Source

Merge pull request #1277 from waveface/master

git flow completion enhancement
Robby Russell 12 years ago
parent
commit
215d6da3de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/git-flow/git-flow.plugin.zsh

+ 1 - 0
plugins/git-flow/git-flow.plugin.zsh

@@ -221,6 +221,7 @@ __git-flow-feature ()
 					_arguments \
 						-F'[Fetch from origin before performing finish]' \
 						-r'[Rebase instead of merge]'\
+						-k'[Keep branch after performing finish]'\
 						':feature:__git_flow_feature_list'
 				;;