Skip to content

Commit 94d24ea

Browse files
committed
gtiflow-cjs can now be used as an antigen plugin
2 parents 202f2b4 + 52c290b commit 94d24ea

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

AUTHORS

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Peter van der Does
1010
Vincent Driessen
1111
Daniel Dehennin
1212
Benedikt Böhm
13+
ChrisjStone
1314
Leonid Komarovsky
15+
Chris Stone
1416
Felipe Talavera
1517
Randy Merrill
1618
Kevin Woo
@@ -20,26 +22,27 @@ Fred Condo
2022
Alexandre Dutra
2123
Andreas Heiduk
2224
Ben Loveridge
23-
ChrisjStone
2425
Florian Gamböck
2526
Gergely Nagy
2627
JP Toto
28+
James Skemp
2729
Kiall Mac Innes
2830
Lorin Hochstein
2931
Luis Fernando Gomes
32+
Matthew Franglen
3033
Olivier Mengué
3134
Oppodelldog
3235
Pokey Rule
3336
Silas Palmer
3437
Stefan Näwe
38+
gpongelli
3539
Adam Gibbins
3640
Alexander Groß
3741
Alexander Norström
3842
Alexander Zeitler
3943
Brian St. Pierre
4044
Cararus Eugeniu
4145
Chad Walker
42-
Chris Stone
4346
Craig Fowler
4447
Emre Berge Ergenekon
4548
Gene Pavlovsky
@@ -80,7 +83,6 @@ Vedang Manerikar
8083
Zheeeng
8184
eddie cianci
8285
gmallard
83-
gpongelli
8486
raybec
8587

8688

git-flow-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#
3939

4040

41-
GITFLOW_VERSION=1.12.5-dev0
41+
GITFLOW_VERSION=1.12.5-dev.11
4242

4343
initialize() {
4444
# A function can not be empty. Comments count as empty.

gitflow-avh.plugin.zsh

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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}"`

0 commit comments

Comments
 (0)