aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2017-10-18Remove /cask/ from readall file filterrichiethomas
2017-10-18Merge pull request #3279 from sjackman/pullMike McQuaid
Support `brew pull --bottle` for taps in organizations other than Homebrew
2017-10-18readall: update documentationMaxim Belkin
2017-10-18Merge pull request #3332 from sjackman/setup-ruby-pathMike McQuaid
setup-ruby-path: Ensure that Ruby is installed
2017-10-18Move `String#undent` to `compat`.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-18Shorten HOMEBREW_HELP set/unsetL. E. Segovia
2017-10-18Correct setting and deleting HOMEBREW_HELPL. E. Segovia
(and also delete the extra help_flag case, it's no longer needed)
2017-10-18Only unset HOMEBREW_HELP before issuing the tapL. E. Segovia
2017-10-18commands: filter out dotfiles from outputDominyk Tiller
2017-10-18Merge pull request #3326 from sjackman/portable-ruby1.3.6Mike McQuaid
portable-ruby: use rebuild with coverage support for Linux.
2017-10-18Merge pull request #3229 from BenMusch/check-for-master-no-refactorMike McQuaid
doctor: Check for branch of core tap (take 2)
2017-10-18Merge pull request #3316 from DomT4/handle_apfs_love_of_hash_orderMike McQuaid
Handle APFS returning hash order.
2017-10-18Merge pull request #3330 from MikeMcQuaid/vendor-install-shasumMike McQuaid
vendor-install: use full shasum PATH.
2017-10-18Merge pull request #3315 from maxim-belkin/linux-caveats-plistMike McQuaid
caveats.rb: empty method on Linux
2017-10-18Merge pull request #3291 from JCount/lines-cop-fix-wine-universal-binaryMike McQuaid
lines_cop: add ENV.universal_binary audit exemption for wine
2017-10-18rubocop.yml: ignore length of manpage comments.Mike McQuaid
2017-10-18Merge pull request #3333 from DomT4/java_versioningMike McQuaid
java_requirement: fix Java 9 version detection
2017-10-18Merge pull request #3270 from sjackman/os-requirementMike McQuaid
Add depends_on :linux and :macos
2017-10-18Merge pull request #3329 from ashfurrow/messagingMarkus Reiter
Specifies which errant version of Ruby is used in raise.
2017-10-18java_requirement: fix detection of new Java versioning schemeDominyk Tiller
Closes https://github.com/Homebrew/brew/issues/3331.
2017-10-17Memoize recursive dependency checks; reduces calls to ↵richiethomas
'f.recursive_dependencies' by an order of magnitude
2017-10-17pull: Move test_bot_user to a new module GitHubShaun Jackman
Address the style issue: C: Module has too many lines. [364/360]
2017-10-17pull: Add --test-bot-userShaun Jackman
Infer the name of the test-bot GitHub user if it is not provided.
2017-10-17pull: Add --bintray-orgShaun Jackman
Infer the name of the Bintray organization if it's not provided.
2017-10-17Rename MinimumMacOSRequirement to MacOSRequirementShaun Jackman
Move MinimumMacOSRequirement to compat.
2017-10-17Add depends_on :linux and :macosShaun Jackman
2017-10-17setup-ruby-path: Ensure that Ruby is installedShaun Jackman
Fix the error: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.sh: line 372: exec: : not found
2017-10-17Specifies which errant version of Ruby is used in raise.Ash Furrow
2017-10-17Merge pull request #3323 from reitermarkus/edit-invalid-caskMarkus Reiter
Allow editing invalid Casks.
2017-10-17Merge pull request #3294 from DomT4/an_empty_string_is_a_naughty_descMike McQuaid
formula_desc_cop: empty string is not a valid desc
2017-10-17Merge pull request #3293 from DomT4/predicate_auditMike McQuaid
audit: more *_predicate nudging/tweaks
2017-10-17Merge pull request #3298 from vszakats/pull302Mike McQuaid
pull: fix bintray verification failing due to redirection
2017-10-17vendor-install: use full shasum PATH.Mike McQuaid
Otherwise things can explode if there's a random `shasum`. See #3281.
2017-10-16portable-ruby: use rebuild with coverage support for Linux.Shaun Jackman
This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support.
2017-10-16remove sneaky empty lineMaxim Belkin
2017-10-16caveats: making plist_caveats macOS-onlyMaxim Belkin
2017-10-15Merge pull request #3296 from reitermarkus/refactor-languagesMarkus Reiter
Refactor `MacOS::languages`.
2017-10-15Allow editing invalid Casks.Markus Reiter
2017-10-15lines_cop_spec: improve language in universal_binary and build testsJCount
2017-10-15lines_cop_spec: add test for ENV.universal_binary audit exemption for wineJCount
2017-10-15lines_cop: add ENV.universal_binary audit exemption for wineJCount
2017-10-14info: pass explicit sort to handle APFSDominyk Tiller
2017-10-14deps: pass explicit sort to handle APFSDominyk Tiller
2017-10-14list: pass explicit sort to handle APFSDominyk Tiller
2017-10-14options: pass explicit sort to handle APFSDominyk Tiller
2017-10-14diagnostic: pass explicit sort to handle APFSDominyk Tiller
2017-10-14leaves: pass explicit sort to handle APFSDominyk Tiller
2017-10-14missing: pass explicit sort to handle APFSDominyk Tiller
2017-10-14tap: pass explicit sort to handle APFSDominyk Tiller