Commit graph

9 commits

Author SHA1 Message Date
Adam Vandenberg
84fba6418e git-sh 1.3
Closes Homebrew/homebrew#18268.
2013-03-05 12:59:20 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Adam Vandenberg
1529085503 git-sh: add link to tag request 2012-02-13 21:53:05 -08:00
Matt Farina
9fc710656b git-sh: newer version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-22 19:20:41 -08:00
Adam Vandenberg
243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07: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
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
Matt Buck
9d96a884ed New formula git-sh
git-sh is a customized bash environment suitable for git work.

Issue: http://github.com/mxcl/homebrew/issues#issue/1180
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-30 08:50:41 -07:00