Skip to content

Commit

Permalink
Add a couple of options for git-flow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Menge committed Jun 3, 2012
1 parent caa1554 commit df30eae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/git-flow/git-flow.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ __git-flow-release ()
-u'[Use the given GPG-key for the digital signature (implies -s)]'\
-m'[Use the given tag message]'\
-p'[Push to $ORIGIN after performing finish]'\
-k'[Keep branch after performing finish]'\
-n"[Don't tag this release]"\
':version:__git_flow_version_list'
;;

Expand Down Expand Up @@ -162,6 +164,8 @@ __git-flow-hotfix ()
-u'[Use the given GPG-key for the digital signature (implies -s)]'\
-m'[Use the given tag message]'\
-p'[Push to $ORIGIN after performing finish]'\
-k'[Keep branch after performing finish]'\
-n"[Don't tag this release]"\
':hotfix:__git_flow_hotfix_list'
;;

Expand Down

0 comments on commit df30eae

Please sign in to comment.