aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-sh.rb
AgeCommit message (Collapse)Author
2015-04-17git-sh: test addedBaptiste Fontaine
Closes #38765. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2013-03-05git-sh 1.3Adam Vandenberg
Closes #18268.
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-15Shore up a number of shell quoting issuesJack Nagel
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-02-13git-sh: add link to tag requestAdam Vandenberg
2012-01-22git-sh: newer versionMatt Farina
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-26Use https for github repos.Adam Vandenberg
2010-11-18Use https for all GitHub URLsTianyi Cui
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-04-30New formula git-shMatt Buck
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>