This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 25, 2017
-
-
Mike McQuaid authored
If you `brew install` a formula that's already installed you get: Warning: ripgrep-0.5.1 already installed If you `brew install` an outdated formula that's installed you get: Error: ripgrep-0.5.1 already installed. To install this version, first `brew unlink ripgrep` Instead, suggest that the user should `brew upgrade` in this case. If the formula isn't outdated use the previous message.
-
Mike McQuaid authored
audit: fix use of search_tap method.
-
Mike McQuaid authored
This was removed in #2540 but this call site was note updated to use the `search_taps` method instead.
-
Markus Reiter authored
Add remote search to `brew cask search`.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
xcode: update Sierra CLT version to 802.0.42
-
Mike McQuaid authored
Allow forcing Homebrew GitHub organisation.
-
Mike McQuaid authored
On Linux this defaults to Linuxbrew but in some cases (i.e. a Linux machine performing uploads for Homebrew) we want to allow this to be overridden back to the defaults. Relies on a change incoming to `brew test-bot` to set this there.
-
JCount authored
-
Mike McQuaid authored
-
- Apr 24, 2017
-
-
Mike McQuaid authored
search: use single HTTP call for tap searches.
-
Mike McQuaid authored
Use GitHub's code search API to search using the filename based on the search query. This means we only need a single HTTP call and no more multithreading madness. This also means we're able to search everything in the Homebrew and Caskroom organisation by default without having to maintain a list of things to search (and not) in here.
-
Mike McQuaid authored
Remove puts_hash, require pp
-
Mike McQuaid authored
I wasn’t aware this existed when I created puts_hash so: may as well remove it.
-
Mike McQuaid authored
audit: audit_components method to rubocops and tests
-
Mike McQuaid authored
utils: make which_editor handle editor args.
-
Mike McQuaid authored
add date-based versioning
-
Mike McQuaid authored
Handle cases like e.g. `EDITOR="subl -w"`.
-
Mike McQuaid authored
brew: set Bintray variables.
-
Mike McQuaid authored
These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of `brew` as normal.
-
Reto Kromer authored
-
Mike McQuaid authored
Fix audit version_scheme and revision checks.
-
Reto Kromer authored
-
Mike McQuaid authored
Another attempt at fixing `brew audit` issues around detecting `revision` and `version_scheme` changes correctly. First done in #1754 and #2086 (reverted in #2099 and #2100). To ease future debugging a `ph` helper has been added to print a hash and a series of RSpec tests to verify that the `revision`, `version_scheme` and `version` formula version audits behave as expected. Fixes #1731.
-
- Apr 23, 2017
-
-
Mike McQuaid authored
Fix and remove various TODOs.
-
Mike McQuaid authored
Fix those that can be done so without tearing Homebrew to pieces and remove the comments for those that can never be done.
-
Mike McQuaid authored
-
Mike McQuaid authored
Hide sensitive tokens from install/test/post.
-
Markus Reiter authored
Install uninstall messages
-
Mike McQuaid authored
It's used by ENV.fortran. Fixes https://github.com/Homebrew/brew/issues/2530 Fixes https://github.com/Homebrew/homebrew-science/issues/5485
-
Markus Reiter authored
Refactor cask metadata directory methods.
-
Mike McQuaid authored
tap: warn on tapping deprecated, official taps.
-
Mike McQuaid authored
utils: fix which_editor.
-
Mike McQuaid authored
readall: check for shadowed aliases.
-
Mike McQuaid authored
More deprecations.
-
Mike McQuaid authored
Handle when there's no editor variable specified or it's specified but empty.
-