diff options
author | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
---|---|---|
committer | Alexander Berezovsky <ab@plumdistrict.com> | 2012-06-18 12:16:36 +0300 |
commit | 4a2e9ed0393b74a4e4b42766a5859e6634ce4c65 (patch) | |
tree | 51d752dd5c2cc3266077d2249f4ba5d0cefcd706 /plugins/git-flow | |
parent | 73b9f8311030fe249d703178d5cb445eb0642268 (diff) | |
parent | e8d582aba98d57214a374bed01570ba791c54d9e (diff) | |
download | zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.gz zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.bz2 zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/git-flow')
-rw-r--r-- | plugins/git-flow/git-flow.plugin.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/git-flow/git-flow.plugin.zsh b/plugins/git-flow/git-flow.plugin.zsh index 270bcbe38..71b343884 100644 --- a/plugins/git-flow/git-flow.plugin.zsh +++ b/plugins/git-flow/git-flow.plugin.zsh @@ -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' ;; @@ -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' ;; |