aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
2014-07-01Use sort_by in missing deps doctor checkJack Nagel
2014-07-01Use sort_by in PrettyListingJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel
2014-06-27Convert update report to use compositionJack Nagel
2014-06-27Simplify valid_formula_location? methodJack Nagel
2014-06-26Pass strings, not keg objects, to execJack Nagel
2014-06-25Extend with a module instead of aliasing on the singleton classJack Nagel
2014-06-25brew-versions: move to Contributions.Mike McQuaid
Eventually we'll move Contributions to a tap too. Closes #30298.
2014-06-24Rename Keg#fname to Keg#nameJack Nagel
2014-06-24Use Keg#uninstall to clean up kegsJack Nagel
2014-06-23Remove opt link in Keg#uninstallJack Nagel
2014-06-23Use Keg#uninstall to uninstall kegsJack Nagel
2014-06-23Call original backtick using superJack Nagel
2014-06-23Pass repository path into the updaterJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
These have all been moved to Formulary.
2014-06-21Show file contents instead of commitsVladimír Kriška
Closes #30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-20Use multiple argument form of systemJack Nagel
2014-06-20doctor: 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 #30230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-19Remove obsolete doctor checkJack Nagel
Both build environments remove MACOSX_DEPLOYMENT_TARGET by default.
2014-06-19Remove unnecessary string evals from doctorJack Nagel
2014-06-19Use .each, not .all? to enumerate formulaeJack Nagel
2014-06-19Fix typoJack Nagel
2014-06-19Remove more unused requiresJack Nagel
2014-06-19Remove unused requireJack Nagel
2014-06-19Pull requires out of methodsJack Nagel
2014-06-19Use rack accessor instead of building pathname manuallyJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-18Stop hiding exceptions completely in `brew test`Jack Nagel
2014-06-18Fix `brew test` when conflicting minitest gems are installedJack Nagel
2014-06-18bottle: cd to the repository before committingJack Nagel
2014-06-18Expose inreplace as a class methodJack Nagel
2014-06-17Use Pathname#subdirsJack Nagel
2014-06-16Move head-only checks to cmd/installJack Nagel
Fixes #30084. Closes #30203.
2014-06-16install: move requires to top of fileJack Nagel
2014-06-15Fix audit suggestionJack Nagel
2014-06-15readall: fix permissionsAdam Vandenberg
2014-06-15Migrate readallAdam Vandenberg
2014-06-12Support older Minitest constantJack Nagel
2014-06-11Read df output in binary modeJack Nagel
Fixes #30046.
2014-06-09Stop joining symbols to pathnamesJack Nagel
Ruby 2.2's native Pathname#/ accepts only string-like objects.
2014-06-07Eliminate FORMULA_META_FILES constantJack Nagel
2014-06-07Update build error config dump for Ruby 2.0Jack Nagel
2014-06-04Rescue Minitest::Assertion under Ruby 2.0Jack Nagel
2014-06-04audit: read formula text in binmodeJack Nagel
2014-06-04Fix some places where encoding issues manifest on ruby 2.0Jack Nagel
2014-06-03doctor: Add check for install_name_toolMisty De Meo
Closes #29593.
2014-06-03test: improve docs for when using HEAD or similar flagsDave Cottlehuber
Closes #29791. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-03Update ruby version doctor checkJack Nagel
2014-05-31Prefer Dir.glob when iterating over the resultJack Nagel