浏览代码

Merge pull request #1277 from waveface/master

git flow completion enhancement
Robby Russell 12 年之前
父节点
当前提交
215d6da3de
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'
 				;;