diff --git a/AUTHORS b/AUTHORS index 009ef62..35119a5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,7 +10,9 @@ Peter van der Does Vincent Driessen Daniel Dehennin Benedikt Böhm +ChrisjStone Leonid Komarovsky +Chris Stone Felipe Talavera Randy Merrill Kevin Woo @@ -20,18 +22,20 @@ Fred Condo Alexandre Dutra Andreas Heiduk Ben Loveridge -ChrisjStone Florian Gamböck Gergely Nagy JP Toto +James Skemp Kiall Mac Innes Lorin Hochstein Luis Fernando Gomes +Matthew Franglen Olivier Mengué Oppodelldog Pokey Rule Silas Palmer Stefan Näwe +gpongelli Adam Gibbins Alexander Groß Alexander Norström @@ -39,7 +43,6 @@ Alexander Zeitler Brian St. Pierre Cararus Eugeniu Chad Walker -Chris Stone Craig Fowler Emre Berge Ergenekon Gene Pavlovsky @@ -80,7 +83,6 @@ Vedang Manerikar Zheeeng eddie cianci gmallard -gpongelli raybec diff --git a/git-flow-version b/git-flow-version index 38e57cf..f25da3b 100644 --- a/git-flow-version +++ b/git-flow-version @@ -38,7 +38,7 @@ # -GITFLOW_VERSION=1.12.5-dev0 +GITFLOW_VERSION=1.12.5-dev.11 initialize() { # A function can not be empty. Comments count as empty. diff --git a/gitflow-avh.plugin.zsh b/gitflow-avh.plugin.zsh new file mode 100644 index 0000000..bd05f73 --- /dev/null +++ b/gitflow-avh.plugin.zsh @@ -0,0 +1,23 @@ +# This allows the gitflow-avh commands to be installed in ZSH using antigen. +# Antigen is a bundle manager. It allows you to enhance the functionality of +# your zsh session by installing bundles and themes easily. + +# Antigen documentation: +# http://antigen.sharats.me/ +# https://github.com/zsh-users/antigen + +# Install gitflow-avh with antigen: +# antigen bundle CJ-Systems/gitflow-cjs --branch=master +# Bundles installed by antigen are available for use immediately. + +# Update gitflow-avh (and all other antigen bundles): +# antigen update + +# The antigen command will download the git repository to a folder and then +# execute an enabling script (this file). The complete process for loading the +# code is documented here: +# https://github.com/zsh-users/antigen#notes-on-writing-plugins + +# This specific script just adds the project folder to the PATH. This makes all +# commands available in git. +export PATH="${PATH}":`dirname "${0}"`