| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-12 | 'brew fetch' now an official command | Adam Vandenberg | |
| 2011-03-12 | 'brew options' now an official command | Adam Vandenberg | |
| 2011-03-12 | 'brew test' now an official command | Adam Vandenberg | |
| 2011-03-12 | Some Cleanup | Max Howell | |
| 2011-03-12 | Move brew-audit to cmds | Adam Vandenberg | |
| 2011-03-12 | Refactor the brew command into one file per command | Max Howell | |
| The code was sucking. To the extent that maintenance was hard. It's a lot easier to work with code that is sensibly split at sensible boundaries. So now it is more like that. But the refactor is minimal. Because we don't want you to have more merge hell than absolutely necessary. If you merge you will need to pay attention to brew.h.rb (as it is deleted) and bin/brew (as command logic is gone). It will be painful, but you will just have to help git out by moving any changes around manually. Note compatibility.rb. It ensures that any function renames or removals don't break anything. We're pretty serious about backwards compatibility. And that's because we encourage you to hack around with the innards. And we couldn't do that if we would then just make stuff disappear behind your back. | |||
| 2011-02-20 | New options: `brew graph` | Martin Kühl | |
| Accept any options that `brew deps` accepts. Default to `--all` to preserve previous behaviour. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2011-02-20 | brew-audit - check formula versions | Adam Vandenberg | |
| 2011-02-04 | brew --compact | Adam Vandenberg | |
| 2011-01-02 | brew-pull: Only append "Closes" to last commit. | Mike McQuaid | |
| 2011-01-02 | brew-pull: Handle multipatch pull requests better. | Mike McQuaid | |
| 2010-12-30 | brew-pull: only use matched string for url. | Mike McQuaid | |
| 2010-12-30 | Improve brew pull to close issues. | Mike McQuaid | |
| 2010-12-02 | Add missing newline to brew bottle. | Mike McQuaid | |
| 2010-12-02 | Fix brew pull looking at uncommitted work. | Mike McQuaid | |
| 2010-12-01 | Add suffix for bottles to avoid cache confusion. | Mike McQuaid | |
| 2010-12-01 | Improve reasoning in brew bottle for using gzip. | Mike McQuaid | |
| 2010-12-01 | Fix spaced paths with brew bottle. | Mike McQuaid | |
| We shouldn't ever really have these but better to be safe than sorry. | |||
| 2010-12-01 | Change tabs to spaces in brew bottle. | Mike McQuaid | |
| 2010-11-24 | Add initial brew bottle implementation. | Mike McQuaid | |
| 2010-11-21 | Make the regex for URL checking more git friendly | Lee Packham | |
| * Urls for Git Commits need to be between 4-40 not 40. For example: https://github.com/mxcl/homebrew/commit/805a https://github.com/mxcl/homebrew/commit/805 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2010-11-21 | Don't count --install as a valid brew pull URL. | Mike McQuaid | |
| We were checking that at least one URL argument was added but the --install parameter was also counted in that. | |||
| 2010-11-21 | Only try and install using git pull when formula. | Mike McQuaid | |
| 2010-11-20 | Add brew pull for easy integration of user patches | Mike McQuaid | |
| 2010-11-06 | Separate man page for brew-man | Adam Vandenberg | |
| Also, revise main man page, and update brew-man command to handle multiple input files. | |||
| 2010-11-04 | brew-audit - check harder for commented cmake | Adam Vandenberg | |
| 2010-10-30 | brew-audit - check for combined make calls | Adam Vandenberg | |
| 2010-10-25 | brew-test - make ENV available to tests | Adam Vandenberg | |
| 2010-10-21 | brew-audit - add check for tabs. | Adam Vandenberg | |
| Add a new mode "brew audit --warn" that performs stricter checks that might not need to be fixed. Currently this includes a check for using tabs instead of spaces for indentation; Homebrew style is "2-space indentation." Documented this new switch. | |||
| 2010-10-12 | brew-audit - don't complain about --HEAD options | Adam Vandenberg | |
| 2010-10-08 | brew-audit - check for include? --HEAD | Adam Vandenberg | |
| 2010-10-01 | brew-missing - don't count outdated as missing | Adam Vandenberg | |
| 2010-09-30 | brew-audit - use preferred debian mirror | Adam Vandenberg | |
| 2010-09-17 | brew-fetch - warn if checksums differ | Adam Vandenberg | |
| 2010-09-14 | brew-audit - empty checksums with either type of quote | Adam Vandenberg | |
| 2010-09-13 | brew-audit - check for commented-out dependencies | Adam Vandenberg | |
| "brew audit" will now warn about commented-out dependencies. Updated formulae that had these to either take them out or rewrite the comments around them. | |||
| 2010-09-09 | brew-audit - check SourceForge urls | Adam Vandenberg | |
| 2010-09-08 | brew-audit - yet another path shortcut check | Adam Vandenberg | |
| 2010-09-08 | brew-audit - check inreplace block var name | Adam Vandenberg | |
| 2010-09-08 | Fix brew-leaves | Adam Vandenberg | |
| 2010-09-07 | brew-audit - catch more interpolation style issues | Adam Vandenberg | |
| 2010-09-07 | brew-audit: add check for git and fix warnings | Adam Vandenberg | |
| 2010-08-21 | brew audit - Google Code homes w/o trailing slash | Adam Vandenberg | |
| Without a trailing slash, you redirect to the URL w/ a slash, so might as well have it there in the first place. | |||
| 2010-08-17 | Tweak brew server - fixes Homebrew/homebrew#2191 | Adam Vandenberg | |
| 2010-08-15 | Fix brew server and document. | Adam Vandenberg | |
| 2010-08-15 | Document 'brew missing'. | Adam Vandenberg | |
| 2010-08-15 | Tweak brew missing | Adam Vandenberg | |
| 2010-08-15 | brew audit - check for FileUtils. | Adam Vandenberg | |
| 2010-08-15 | External command "brew missing" | Adam Vandenberg | |
| This will print installed brews that are missing deps. | |||
| 2010-08-15 | brew audit - another man variation | Adam Vandenberg | |
