aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-flow.rb
AgeCommit message (Collapse)Author
2015-01-03git-flow: add 0.4.1 bottle.BrewTestBot
2015-01-03git-flow: add testXu Cheng
Closes #35504. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-17git-flow: use resourcesJack Nagel
2013-06-29git-flow: install to libexecAdam Vandenberg
Closes #20894.
2013-06-28Detect versions in tag specsJack Nagel
Closes #18300. Closes #20891.
2013-06-25git-flow-completion 0.4.2.2Justin Hileman
Closes #20775. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-03-18git-flow: use archive URLJack Nagel
2013-01-26git-flow AVH 1.4.2Peter van der Does
Closes #16876. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-15git-flow-completion 0.4.2Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-12git-flow: fix missing checksumJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-07Automatically append shell completion caveatsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-12git-flow: fix broken HEAD builddinkypumpkin
Because the subordinate formula GitFlowCompletion defines 'head', its constructor requires a 'name' argument when --HEAD is used. The 'name' attribute is required to create the Git repo for the formula. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-15Unify git submodule commentsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02git-flow: install completion into site-functionsChristian Höltje
`_git-flow` needs to be installed into `share/zsh/site-functions` not `share/zsh/functions`. Files in `share/zsh/functions` must not change unless zsh is upgraded and zsh is restarted. `site-functions` can change during a zsh process's lifetime. This will enable homebrew's zsh to automatically use the completion. See issue #11936 for details. Closes #11941. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-05git-flow: also install zsh completionsAdam Vandenberg
2012-03-01git-flow: use tarball for bash completionAdam Vandenberg
2012-02-10git-flow: remove encoding lineJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-10git-flow: style fixupsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2011-04-29git-flow-completion 0.4.1.0Justin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-14Update for git-flow 0.4.1.Vincent Driessen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-18Version bump git-flow completion.Justin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-29Version bump git-flow-completionJustin Hileman
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-23Update git-flow-completion to 0.4.0.Justin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-18Update git-flow to release 0.4.Vincent Driessen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06Version bump git-flow-completionJustin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-19Include bash-completion rules for git-flowDouglas Creager
bobthecow has some bash-completion rules for the git-flow toolset. The formula now installs them. The rules are installed regardless of whether bash-completion is installed; if you're not using bash-completion, you'll just get an extra file lying around in Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-12Bump git-flow formula to 0.3Justin Hileman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-07-09git-flow - remove git dependency commentsAdam Vandenberg
2010-04-08new formula: git-flowChris Thachuk
Git extensions to provide high-level repository operations for Vincent Driessen's branching model [1]. [1] http://nvie.com/archives/323 Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Use --HEAD to install development branch. * Don't depend on brew-installed git; user may already have a git.