aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-09-10spelling: comparisonJosh Soref
2017-09-10Merge pull request #3129 from ilovezfs/fix-formula-prefix-envvar-for-headilovezfs
build: fix HOMEBREW_FORMULA_PREFIX for head
2017-09-10build: fix HOMEBREW_FORMULA_PREFIX for headilovezfs
so that it includes the commit.
2017-09-10Let `curl_download` handle HTTP 416 error.Markus Reiter
2017-09-08Merge pull request #3138 from Homebrew/revert-3101-macho-use-objectilovezfs
Revert "mach: Avoid reopening the file for relocation"
2017-09-08Revert "mach: Avoid reopening the file for relocation"ilovezfs
2017-09-08Merge pull request #3101 from woodruffw/macho-use-objectWilliam Woodruff
mach: Avoid reopening the file for relocation
2017-09-08Merge pull request #3061 from mislav/hub-fork-forward-compatMike McQuaid
bump-formula-pr: forward compatibility with `hub fork`
2017-09-08popen: Do not suppress stderr unless -d or -vShaun Jackman
2017-09-08Merge pull request #3135 from alyssais/core_tap_outputMike McQuaid
Always output when tapping core
2017-09-08Merge pull request #3122 from vszakats/patch-1Mike McQuaid
git_spec.rb: use HTTPS for Git remote test
2017-09-08Merge pull request #3127 from MikeMcQuaid/home_spec_testballMike McQuaid
home_spec: use different test formula.
2017-09-07home_spec: use different test formula.Mike McQuaid
Instead of `testball` use a formula named `testballhome` to avoid this clashing with any other formula named testball.
2017-09-07Always output when tapping coreAlyssa Ross
Hiding all output makes it look like Homebrew is hanging while the tap operation (which can take a long time!) is running. Closes #3053.
2017-09-07git_spec.rb: use HTTPS for Git remote testViktor Szakats
2017-09-06Merge pull request #3133 from MikeMcQuaid/travis-umaskMike McQuaid
travis.yml: fix umask for brew audit.
2017-09-06travis.yml: fix umask for brew audit.Mike McQuaid
Change the umask before we create any files to avoid `brew audit` complaining about the `chmod` of formulae.
2017-09-05Merge pull request #3091 from GauthamGoli/audit_line_rubocop_part_3Mike McQuaid
audit: Port line_problems to rubocop and add tests part 3
2017-09-05Merge pull request #2982 from GauthamGoli/audit_class_rubocop_portMike McQuaid
audit: Port audit_class to rubocop, add tests and autocorrect
2017-09-05Merge pull request #3125 from DomT4/kaby_lakeMike McQuaid
mac/hardware/cpu: recognise Kaby Lake
2017-09-05audit: stop demanding a HTTP HEAD mirror for curlDominyk Tiller
Not sure if this is how you want to handle it but having a HEAD mirror for `curl` is just silliness. Ref: https://github.com/Homebrew/homebrew-core/commit/e36b95849ae38ade30605155d75cf6e731b4e38f
2017-09-05mac/hardware/cpu: recognise Kaby LakeDominyk Tiller
The 2017 MacBook Pro line shipped with Kaby Lake CPUs.
2017-09-04audit: Add a global flag to silent warning when auditingGautham Goli
2017-09-04audit: Port audit_class to rubocop, add tests and autocorrectGautham Goli
2017-09-04Merge pull request #3108 from nerdrew/masterMike McQuaid
add zsh completion for switch <formula> <version>
2017-09-04audit: Fetch formula name from file path rather than class name in copsGautham Goli
2017-09-04audit: Add tests for rubocop methods in line_cop.rbGautham Goli
2017-09-04audit: Port rules from line_problems to rubocop part 3Gautham Goli
2017-09-04Merge pull request #3076 from DomT4/high_sierra_b71.3.2Mike McQuaid
mac/xcode: update expected Clang on 10.13
2017-09-04Merge pull request #3120 from woodruffw/analytics-clarificationMike McQuaid
docs: Clarify availability of analytics
2017-09-04Merge pull request #3119 from MikeMcQuaid/audit-subversion-url-fixMike McQuaid
audit: fix subversion remote check logic.
2017-09-03docs: Clarify availability of analyticsWilliam Woodruff
This commit tweaks the language in Analytics.md to make it clear that summaries of install/error data are publicly available, while only Homebrew maintainers can access the full analytics (as specified above in the document).
2017-09-03Merge pull request #3096 from vszakats/urlchk1Mike McQuaid
audit: Add some heuristics to https upgrade checks
2017-09-03audit: fix subversion remote check logic.Mike McQuaid
Stop flagging invalid URLs as valid and vice-versa. Fixes #3118.
2017-09-03Merge pull request #3109 from DomT4/mandatory_java_cacheMike McQuaid
Java: deprecate ENV.java_cache in favour of setting it by default.
2017-09-02Merge pull request #2955 from mansimarkaur/git_testsMike McQuaid
Added tests for utils/git
2017-09-02Merge pull request #3098 from DomT4/gnupgilovezfs
gpg: tweaks
2017-09-02Merge pull request #3084 from laughedelic/cask/search-offlineMarkus Reiter
Offline cask search and listing all available casks
2017-09-02Updated cask search manpageAlexey Alekhin
2017-09-02Minor tests formatting changeAlexey Alekhin
2017-09-01cleanup range checkViktor Szakats
2017-09-01Merge pull request #3112 from mistydemeo/search_online_failureMarkus Reiter
search_remote_tap spec: fix test offline
2017-08-31search_remote_tap spec: fix test offlineMisty De Meo
Even though we stub the JSON response, the method being tested always returns [] immediately if HOMEBREW_NO_GITHUB_API is set.
2017-09-01gpg: create unified test helperDominyk Tiller
2017-09-01gpg2_requirement: update code commentsDominyk Tiller
2017-09-01gpg: test usability tweaksDominyk Tiller
2017-09-01gpg: be less strict on newer versionsDominyk Tiller
2017-08-31audit: add a nudge to remove ENV.java_cacheDominyk Tiller
2017-08-31ENV: move java_cache to compat for future hard deprecationDominyk Tiller
2017-08-31formula: manipulate Java's home usage by defaultDominyk Tiller