| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-07 | ARGV - rename method that conflicts with optparse | Adam Vandenberg | |
| optparse adds an "options" method to ARGV, and so does Homebrew. Rename this method (and remove optparse blocking script) so that Homebrew plays nicer with external Ruby software. This fixes the issue where "gem install thin" would break "brew server", for instance. | |||
| 2010-08-07 | Resolve aliases in ARGV extension. | Max Howell | |
| * This allows most brew commands to automatically accept aliases. | |||
| 2010-07-16 | Add ARGV.build_head? and use it. | Adam Vandenberg | |
| This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place. | |||
| 2010-07-09 | Usage should mention manpage. | Adam Vandenberg | |
| 2010-03-07 | String.undent for prettier HEREDOCs | Max Howell | |
| 2010-03-01 | Move license block to separate LICENSE file. | Adam Vandenberg | |
| 2010-02-27 | Add outdated to `brew help` | Max Howell | |
| Also rearrange and alphabetise. | |||
| 2010-01-29 | remove the nonexistant list --brewed flag from the help output. | Ben Bleything | |
| Resolves mxcl/homebrew#158. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-01-18 | Document brew cleanup | Max Howell | |
| 2009-11-09 | Don't error out if .DS_Store is in a keg | Max Howell | |
| 2009-11-08 | List --HEAD/-H in brew usage | Max Howell | |
| 2009-11-07 | Raise if ARGV.next is out of bounds | Max Howell | |
| 2009-11-07 | Slightly better ARGV.usage for contribution | Max Howell | |
| 2009-11-07 | Better errors if missing keg or formula arguments | Max Howell | |
| 2009-11-07 | Don't throw if named.empty? | Max Howell | |
| Generally this isn't desired or useful. | |||
| 2009-11-04 | Fixes Homebrew/homebrew#106; Don't downcase ARGV.named | Max Howell | |
| 2009-10-15 | Some subdirs and renames to aid homebrew n00bs | Max Howell | |
| The classes better reflect their contents. I'm sure this change may be contentious, but I am a sucker for trying to create source bases that are easy to get to grips with and easy to navigate. brewkit.rb is now a deprecated file. | |||
