File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed
Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Peter van der Does
1010Vincent Driessen
1111Daniel Dehennin
1212Benedikt Böhm
13+ ChrisjStone
1314Leonid Komarovsky
15+ Chris Stone
1416Felipe Talavera
1517Randy Merrill
1618Kevin Woo
@@ -20,26 +22,27 @@ Fred Condo
2022Alexandre Dutra
2123Andreas Heiduk
2224Ben Loveridge
23- ChrisjStone
2425Florian Gamböck
2526Gergely Nagy
2627JP Toto
28+ James Skemp
2729Kiall Mac Innes
2830Lorin Hochstein
2931Luis Fernando Gomes
32+ Matthew Franglen
3033Olivier Mengué
3134Oppodelldog
3235Pokey Rule
3336Silas Palmer
3437Stefan Näwe
38+ gpongelli
3539Adam Gibbins
3640Alexander Groß
3741Alexander Norström
3842Alexander Zeitler
3943Brian St. Pierre
4044Cararus Eugeniu
4145Chad Walker
42- Chris Stone
4346Craig Fowler
4447Emre Berge Ergenekon
4548Gene Pavlovsky
@@ -80,7 +83,6 @@ Vedang Manerikar
8083Zheeeng
8184eddie cianci
8285gmallard
83- gpongelli
8486raybec
8587
8688
Original file line number Diff line number Diff line change 3838#
3939
4040
41- GITFLOW_VERSION=1.12.5-dev0
41+ GITFLOW_VERSION=1.12.5-dev.11
4242
4343initialize () {
4444 # A function can not be empty. Comments count as empty.
Original file line number Diff line number Diff line change 1+ # This allows the gitflow-avh commands to be installed in ZSH using antigen.
2+ # Antigen is a bundle manager. It allows you to enhance the functionality of
3+ # your zsh session by installing bundles and themes easily.
4+
5+ # Antigen documentation:
6+ # http://antigen.sharats.me/
7+ # https://github.com/zsh-users/antigen
8+
9+ # Install gitflow-avh with antigen:
10+ # antigen bundle CJ-Systems/gitflow-cjs --branch=master
11+ # Bundles installed by antigen are available for use immediately.
12+
13+ # Update gitflow-avh (and all other antigen bundles):
14+ # antigen update
15+
16+ # The antigen command will download the git repository to a folder and then
17+ # execute an enabling script (this file). The complete process for loading the
18+ # code is documented here:
19+ # https://github.com/zsh-users/antigen#notes-on-writing-plugins
20+
21+ # This specific script just adds the project folder to the PATH. This makes all
22+ # commands available in git.
23+ export PATH=" ${PATH} " :` dirname " ${0} " `
You can’t perform that action at this time.
0 commit comments