Add keep branch option.

This commit is contained in:
jamie sa (jsa) 2012-08-10 23:01:55 +08:00
parent d05b2010ff
commit f995218d08

View File

@ -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'
;;