| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-02 | brew home foo open's foo's homepage in default web-browser | Adam Vandenberg | |
| 2009-08-02 | Create /usr/local/bin if it doesn't already exist. | Adam Vandenberg | |
| 2009-08-02 | Add all commands to the bash completion script. | Adam Vandenberg | |
| 2009-08-02 | Info also takes installed brews | Adam Vandenberg | |
| 2009-08-02 | Ensure that the Cellar exists when symlinking | Adam Vandenberg | |
| Only remove brew symlinks w/ selflink. | |||
| 2009-08-02 | Bash completion script for the brew command | Adam Vandenberg | |
| 2009-08-02 | A script to symlink Homebrew into /usr/local | Adam 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. | |||
| 2009-08-02 | Use cleanpath instead of realpath to keep symlinks intact. | Adam Vandenberg | |
| 2009-08-02 | Raise if extract_named_args finds no named args | Max Howell | |
| This errors out correctly for all existing and future usage. | |||
| 2009-08-02 | FIX missing keg argument error message. Closes Homebrew/homebrew#6 | Max Howell | |
| 2009-08-01 | Refactor and clean up code | Max Howell | |
| 2009-08-01 | FIX allow @version to be set in derived Formula | Max Howell | |
| 2009-08-01 | FIX brew info | Max Howell | |
| 2009-07-31 | Determine best optimization flags for host | Max Howell | |
| We call sysctl to determine which exact Mac model we are running on and optimize as well as possible. | |||
| 2009-07-31 | More tests for Formula and Keg | Max Howell | |
| 2009-07-31 | Tests for Formula.* | Max Howell | |
| 2009-07-31 | FIX chmod correctly for *both* 32bit and 64bit binaries | Max Howell | |
| 2009-07-31 | FIX only claim that Formula doesn't exist if it was a loaderror | Max Howell | |
| 2009-07-31 | FIX typo in formula.rb | Max Howell | |
| 2009-07-31 | A basis for full test coverage | Max Howell | |
| 2009-07-31 | opoo function for warning messages | Max Howell | |
| 2009-07-31 | Refactor $foo into HOMEBREW_FOO | Max Howell | |
| CONSTANTS are the far saner choice for these important parameters. Split env up so I can redefine the CONSTANTS in unittest.rb. | |||
| 2009-07-31 | Recognise 64 bit binaries too | Max Howell | |
| 2009-07-31 | Don't allow Keg.new for empty kegs | Max Howell | |
| Kegs have to exist to be created. | |||
| 2009-07-31 | FIX brew edit foo | Max Howell | |
| 2009-07-31 | FIX don't rmtree an already installed package | Max Howell | |
| That's stupid. Also don't fail to rmtree because nothing was installed. | |||
| 2009-07-31 | Allow brewing without an MD5 hash | Adam Vandenberg | |
| You can either have none, in which case a warning is displayed, or you can have one, but it *must* match. | |||
| 2009-07-31 | Copy LICENSE file if it exists also | Max Howell | |
| 2009-07-29 | Fix Formula.installed? | Max Howell | |
| 2009-07-29 | Fix brew rm | Max Howell | |
| 2009-07-29 | Fix brew info foo | Max Howell | |
| 2009-07-28 | Add --cmake option to brew mk to generate a CMAKE skeleton. | Adam Vandenberg | |
| Signed-off-by: Max Howell <max@methylblue.com> | |||
| 2009-07-28 | brew info lists number of kegs | Max Howell | |
| 2009-07-28 | Propose git backbone as a plus too | Max Howell | |
| 2009-07-28 | Merge branch 'masterbrew' of git@github.com:mxcl/homebrew into masterbrew | Max Howell | |
| 2009-07-28 | Fix -R flag in chown command line. | Adam Vandenberg | |
| Signed-off-by: Max Howell <max@methylblue.com> | |||
| 2009-07-27 | Don't allow build to be rescued if the untar fails | Max Howell | |
| 2009-07-27 | Fix inreplace when using ' or other RegExp symbols | Max Howell | |
| Evidence that using perl from the cli for in-replace is stupid :P Had to use $'' to allow escaping of ' in bash strings. Wasn't escaping regexp symbols as well, so it was amazing this worked at all! | |||
| 2009-07-27 | Enforce 10.5 as minimum OSX SDK framework to use | Max Howell | |
| 2009-07-24 | Refactor--object orientate where sensible0.3 | Max Howell | |
| 2009-07-23 | Fix ack formula | Max Howell | |
| 2009-07-23 | Improvements to cmake install | Max Howell | |
| 2009-07-23 | Fix issues with Pathname.install and arrays | Max Howell | |
| 2009-07-22 | Fix hard link dissociation bug | Max Howell | |
| strip unlinks the file first, breaking hard links, so we detect instances where we are about to strip a file with many linkages and prevent it. This fixes the libexec non executable bug in the git package. Took me a long time to figure out what was wrong! :P | |||
| 2009-07-22 | Fix typos | Max Howell | |
| 2009-07-22 | Refactored README | Max Howell | |
| Trying to sell Homebrew more in first section. Reworked text in later sections. | |||
| 2009-07-10 | Support gloox version style | Max Howell | |
| 2009-07-10 | Work even if the working directory doesn't exist | Max Howell | |
| 2009-07-10 | More sensible .gitignore | Max Howell | |
| 2009-07-10 | MacPorts link was invalid | Max Howell | |
