| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-05 | Use popen wrapper | Jack Nagel | |
| Closes Homebrew/homebrew#30678. | |||
| 2014-07-03 | bottle: use revision to find bottle block too. | Mike McQuaid | |
| 2014-07-01 | Use predicate methods instead of inspecting the tags array | Jack Nagel | |
| 2014-07-01 | Use sort_by in missing deps doctor check | Jack Nagel | |
| 2014-07-01 | Use sort_by in PrettyListing | Jack Nagel | |
| 2014-06-30 | Add a method for getting the repo HEAD | Jack Nagel | |
| 2014-06-27 | Convert update report to use composition | Jack Nagel | |
| 2014-06-27 | Simplify valid_formula_location? method | Jack Nagel | |
| 2014-06-26 | Pass strings, not keg objects, to exec | Jack Nagel | |
| 2014-06-25 | Extend with a module instead of aliasing on the singleton class | Jack Nagel | |
| 2014-06-25 | brew-versions: move to Contributions. | Mike McQuaid | |
| Eventually we'll move Contributions to a tap too. Closes Homebrew/homebrew#30298. | |||
| 2014-06-24 | Rename Keg#fname to Keg#name | Jack Nagel | |
| 2014-06-24 | Use Keg#uninstall to clean up kegs | Jack Nagel | |
| 2014-06-23 | Remove opt link in Keg#uninstall | Jack Nagel | |
| 2014-06-23 | Use Keg#uninstall to uninstall kegs | Jack Nagel | |
| 2014-06-23 | Call original backtick using super | Jack Nagel | |
| 2014-06-23 | Pass repository path into the updater | Jack Nagel | |
| 2014-06-22 | Move deprecated Formula class methods to compat | Jack Nagel | |
| These have all been moved to Formulary. | |||
| 2014-06-21 | Show file contents instead of commits | Vladimír Kriška | |
| Closes Homebrew/homebrew#30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-06-20 | Use multiple argument form of system | Jack Nagel | |
| 2014-06-20 | doctor: add caveats to avoid scaring people. | Mike McQuaid | |
| Sporadically people ask to whitelist doctor warnings or file issues when there's nothing actually wrong. Help reassure such people with a friendly message. Closes Homebrew/homebrew#30230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-19 | Remove obsolete doctor check | Jack Nagel | |
| Both build environments remove MACOSX_DEPLOYMENT_TARGET by default. | |||
| 2014-06-19 | Remove unnecessary string evals from doctor | Jack Nagel | |
| 2014-06-19 | Use .each, not .all? to enumerate formulae | Jack Nagel | |
| 2014-06-19 | Fix typo | Jack Nagel | |
| 2014-06-19 | Remove more unused requires | Jack Nagel | |
| 2014-06-19 | Remove unused require | Jack Nagel | |
| 2014-06-19 | Pull requires out of methods | Jack Nagel | |
| 2014-06-19 | Use rack accessor instead of building pathname manually | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-18 | Stop hiding exceptions completely in `brew test` | Jack Nagel | |
| 2014-06-18 | Fix `brew test` when conflicting minitest gems are installed | Jack Nagel | |
| 2014-06-18 | bottle: cd to the repository before committing | Jack Nagel | |
| 2014-06-18 | Expose inreplace as a class method | Jack Nagel | |
| 2014-06-17 | Use Pathname#subdirs | Jack Nagel | |
| 2014-06-16 | Move head-only checks to cmd/install | Jack Nagel | |
| Fixes Homebrew/homebrew#30084. Closes Homebrew/homebrew#30203. | |||
| 2014-06-16 | install: move requires to top of file | Jack Nagel | |
| 2014-06-15 | Fix audit suggestion | Jack Nagel | |
| 2014-06-15 | readall: fix permissions | Adam Vandenberg | |
| 2014-06-15 | Migrate readall | Adam Vandenberg | |
| 2014-06-12 | Support older Minitest constant | Jack Nagel | |
| 2014-06-11 | Read df output in binary mode | Jack Nagel | |
| Fixes Homebrew/homebrew#30046. | |||
| 2014-06-09 | Stop joining symbols to pathnames | Jack Nagel | |
| Ruby 2.2's native Pathname#/ accepts only string-like objects. | |||
| 2014-06-07 | Eliminate FORMULA_META_FILES constant | Jack Nagel | |
| 2014-06-07 | Update build error config dump for Ruby 2.0 | Jack Nagel | |
| 2014-06-04 | Rescue Minitest::Assertion under Ruby 2.0 | Jack Nagel | |
| 2014-06-04 | audit: read formula text in binmode | Jack Nagel | |
| 2014-06-04 | Fix some places where encoding issues manifest on ruby 2.0 | Jack Nagel | |
| 2014-06-03 | doctor: Add check for install_name_tool | Misty De Meo | |
| Closes Homebrew/homebrew#29593. | |||
| 2014-06-03 | test: improve docs for when using HEAD or similar flags | Dave Cottlehuber | |
| Closes Homebrew/homebrew#29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
