Commit Graph

25 Commits (1f45f2b308cdae0593d3501e3ae41d3a55d4e7a6)

Author SHA1 Message Date
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel a209c24ac2 Automatically append shell completion caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-07 15:32:00 -05:00
dinkypumpkin e59e59211c git-flow: fix broken HEAD build
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-07-12 06:58:06 -07:00
Jack Nagel 233ab648fb Unify git submodule comments
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-15 17:50:47 -05:00
Christian Höltje 5180ae9a7f git-flow: install completion into site-functions
`_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 Homebrew/homebrew#11936 for details.

Closes Homebrew/homebrew#11941.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-02 23:43:51 -05:00
Adam Vandenberg 454a612e7e git-flow: also install zsh completions 2012-03-05 21:52:07 -08:00
Adam Vandenberg 829e588c9d git-flow: use tarball for bash completion 2012-03-01 06:57:40 -08:00
Jack Nagel 9bc20b6651 git-flow: remove encoding line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-10 00:44:38 -06:00
Jack Nagel 93b7845082 git-flow: style fixups
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-10 00:42:35 -06:00
Adam Vandenberg 243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
Justin Hileman a8844abd2c git-flow-completion 0.4.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-29 17:10:00 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Vincent Driessen e2817755bb Update for git-flow 0.4.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-14 08:43:34 -08:00
Justin Hileman f0bd1d7c01 Version bump git-flow completion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-18 08:10:25 -08:00
Justin Hileman 35e7432874 Version bump git-flow-completion
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-29 22:10:21 +00:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Justin Hileman b0354da1a7 Update git-flow-completion to 0.4.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-23 13:20:17 -07:00
Vincent Driessen 998d87a170 Update git-flow to release 0.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-18 14:25:42 -07:00
Justin Hileman f92d8d7527 Version bump git-flow-completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 09:54:30 -07:00
Douglas Creager fff1d074c2 Include bash-completion rules for git-flow
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-19 14:54:54 -07:00
Justin Hileman 87e95d778f Bump git-flow formula to 0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-12 17:32:40 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Adam Vandenberg 8c56f544b7 Add ARGV.build_head? and use it.
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
2010-07-16 09:09:39 -07:00
Adam Vandenberg 7572451cbc git-flow - remove git dependency comments 2010-07-09 12:07:40 -07:00
Chris Thachuk f5c75ec2a8 new formula: git-flow
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.
2010-04-08 11:51:39 -07:00