| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-22 | Add ENV.cppflags shortcut | Adam Vandenberg | |
| 2011-01-08 | Add newline to new issue reporting instructions. | Mike McQuaid | |
| 2011-01-02 | Man typos. Fixes Homebrew/homebrew#3799 | 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-26 | Fix typos in man page | Adam Vandenberg | |
| 2010-12-22 | Fix GithubGistFormula. | Adam Vandenberg | |
| 2010-12-22 | Send people to new issue wiki page. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2010-12-20 | Add `missing` and `server` to ZSH completion | Gabe Berke-Williams | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 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-26 | Use full path to curl in utils.rb | Adam Vandenberg | |
| 2010-11-24 | Add initial brew bottle implementation. | Mike McQuaid | |
| 2010-11-21 | Correct the principle usage of principal principles ;) | Lee Packham | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 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-07 | Allow underscore in github version numbers. | Adam Vandenberg | |
| 2010-11-07 | Update man page | Adam Vandenberg | |
| Move all documented "external commands" up with the resto f the commands, as these will all be built-in commands after the next code re-org. | |||
| 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-05 | More .DS_Store ignoring | Michael Dippery | |
| * Don't link .DS_Store files * Don't list .DS_Store files in `brew info` Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-11-05 | brew-doctor - check for another stray ENV var | Adam Vandenberg | |
| Having $MACOSX_DEPLOYMENT_TARGET (for Fink) to something other than the current system SDK will cause Git to fail to compile (when building the Python bindings). | |||
| 2010-11-04 | Fix installing from local abs. paths. | Adam Vandenberg | |
| 2010-11-04 | brew-audit - check harder for commented cmake | Adam Vandenberg | |
| 2010-11-03 | Quash warning. | Adam Vandenberg | |
| Fixes Homebrew/homebrew#3056 | |||
| 2010-11-01 | Add proxy information to man page | Adam Vandenberg | |
| 2010-10-31 | Bump Homebrew to 0.7.10.7.1 | Adam Vandenberg | |
| The Homebrew version number is mainly useful for bug reports. Since it is included in "brew --config" output, it is an easy way to see roughly how new the a user's version of Homebrew is. Bumping the micro version now, in anticipation of some more version-changing events in the near future. | |||
| 2010-10-30 | Reformat keg-only message | Adam Vandenberg | |
| 2010-10-30 | fix warnings: ambiguous splat | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | fix warnings: splat is redundant for puts | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | fix warnings: ambiguous first arg | Jamie Macey | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-30 | Document brew install <url> | Adam Vandenberg | |
| 2010-10-30 | Allow installation from URLs | Adam Vandenberg | |
| This allows installation like: brew install http://example.com/something.rb Based on an original patch by [dwalters]. Fixes Homebrew/homebrew#160 | |||
| 2010-10-30 | brew-audit - check for combined make calls | Adam Vandenberg | |
| 2010-10-28 | Ignore .DS_Store files when listing keg contents | Michael Dippery | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-28 | Handle dashed tags at github. | arlolra | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-26 | Prefer HEAD version if its installed | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-10-26 | brew-doctor - alt. autoconf path | Adam Vandenberg | |
| 2010-10-25 | brew-test - make ENV available to tests | Adam Vandenberg | |
| 2010-10-21 | fix jruby external deps | 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-20 | brew-doctor - fix keg-only check | Adam Vandenberg | |
| 2010-10-20 | brew-doctor - tweak git message | Adam Vandenberg | |
