aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2009-11-07adding zsh completionErik Kastner
2009-10-15selflink.sh install directory is now configurableTim Dysinger
Signed-off-by: Max Howell <max@methylblue.com> I preserved the behaviour where the whole Library directory is symlinked as no explanation for this change was given…
2009-10-09Document selflinks.shMax Howell
Neaten icu4c caveats. Use auto sourceforge mirror selection for mad.
2009-09-25Update bash completions.Adam Vandenberg
2009-09-16Add fish completions for the brew binaryDarcy Laycock
See Library/Contributions
2009-09-07`brew make' becomes `brew create'Max Howell
This is because I have observed two people confuse make with the "make" tool and thus assume `brew make' is `brew install'. `brew make' will be deprecated at 0.7, until then it shows a warning.
2009-09-05No spurious error due to Interrupt during curlMax Howell
Only delete the file that is downloaded if an error occurs while downloading it.
2009-08-24Allow configure alias for diyMax Howell
2009-08-12brew diy commandMax Howell
Automagically determines prefix to install to for DIY installations. README amended.
2009-08-10Refactor0.4Max Howell
Large refactor to Formula, mostly improving reliability and error handling but also layout and readability. General improvements so testing can be more complete. Patches are automatically downloaded and applied for Formula that return a list of urls from Formula::patches. Split out the brew command logic to facilitate testing. Facility from Adam Vandenberg to allow selective cleaning of files, added because Python doesn't work when stripped.
2009-08-04Homepage takes any formula, installed or not.Adam Vandenberg
Signed-off-by: Max Howell <max@methylblue.com>
2009-08-03Add home(page) to completion.Adam Vandenberg
Signed-off-by: Max Howell <max@methylblue.com>
2009-08-02brew home foo open's foo's homepage in default web-browserAdam Vandenberg
2009-08-02Create /usr/local/bin if it doesn't already exist.Adam Vandenberg
2009-08-02Add all commands to the bash completion script.Adam Vandenberg
2009-08-02Info also takes installed brewsAdam Vandenberg
2009-08-02Ensure that the Cellar exists when symlinkingAdam Vandenberg
Only remove brew symlinks w/ selflink.
2009-08-02Bash completion script for the brew commandAdam Vandenberg
2009-08-02A script to symlink Homebrew into /usr/localAdam Vandenberg
This is a developer utility, to allow you to keep your git clone in eg. your home directory, but still have Homebrew installed to /usr/local. It is an optional utility having the whole checkout at /usr/local is the default and recommended solution.