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 .
- May 27, 2017
-
-
Mike McQuaid authored
Improve the messaging around `brew install` when there's a possible user action such as an `upgrade` or `link` and don't tell people to `install --force` when it's unnecessary. While I did this, tweak the output and function usage in a couple of related places. Some example output before this change: ``` Warning: openssl is a keg-only and another version is linked to opt. Use `brew install --force` if you want to install this version Warning: mysql@5.6 is a keg-only and another version is linked to opt. Use `brew install --force` if you want to install this version Warning: analog-6.0_1 already installed Warning: bash-completion@2-2.5 already installed, it's just not linked. ``` Some example output after this change: ``` Error: openssl 1.0.2k is already installed To upgrade to 1.0.2l, run `brew upgrade openssl` Warning: mysql@5.6 5.6.36_1 is already installed Warning: analog 6.0_1 is already installed Warning: bash-completion@2 2.5 is already installed, it's just not linked. You can use `brew link bash-completion@2` to link this version. ```
-
- Apr 18, 2017
-
-
Mike McQuaid authored
These formulae are detected as missing but exist in an unreadable form. Fixes #2485
-
- Apr 17, 2017
-
-
Mike McQuaid authored
-
- Apr 16, 2017
-
-
Zhiming Wang authored
-
- Apr 03, 2017
-
-
Mike McQuaid authored
For example if this is for a really old keg, keg where a user has manually removed stuff or used `brew diy`.
-
- Apr 02, 2017
-
-
Mike McQuaid authored
-
- Mar 31, 2017
-
-
Mike McQuaid authored
-
- Mar 23, 2017
-
-
Mike McQuaid authored
-
- Mar 21, 2017
-
-
Mike McQuaid authored
These methods belong together so combine them in a single class to provide a simpler API.
-
Mike McQuaid authored
This will allow extending this class so it can be used by more than just blacklisting.
-
Zhiming Wang authored
Partial implementation of https://github.com/Homebrew/brew-evolution/pull/15, along with the ability to search for deleted formulae in git history (inspired by #1996) which is not described in the proposal. See also: #1371.
-
- Mar 06, 2017
-
-
EricFromCanada authored
-
- Jan 18, 2017
-
-
Mike McQuaid authored
-
- Jan 15, 2017
-
-
Mike McQuaid authored
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
-
- Jan 03, 2017
-
-
Mike McQuaid authored
When reproducing issues with software that hasn’t been bottled yet on your version of macOS it can sometimes be helpful to use `or_later` bottle functionality i.e. just use the bottle for the latest version of macOS available. This maps well to the existing `--force-bottle` argument so it will now act as if the latest bottle has a `or_later` ending.
-
- Dec 03, 2016
-
-
Uladzislau Shablinski authored
* installing HEAD keg_only should be possible only if: 1. - Old version installed differs from new one and optlinked - `--force` flag is passed - HEAD is seriously outdated or outdated with `--fetch-HEAD` or 2. - Old version installed differs from new one and not optlinked or 3. - This formula is not installed * installing keg_only should be possible only if: 1. - Old version installed differs from new one and optlinked - `--force` flag is passed or 2. - Old version installed differs from new one and not optlinked or 3. - This formula is not installed * installing HEAD should be possible only if: 1. - Old HEAD is seriously outdated or outdated with `--fetch-HEAD` or 2. - HEAD is not installed * installing stable or devel should be possible only if: - Old version installed differs from new one
-
- Nov 12, 2016
-
-
Bruce Steedman authored
-
- Nov 05, 2016
-
-
Mike McQuaid authored
-
ihatetoregister authored
-
- Oct 24, 2016
-
-
Josh Hagins authored
New name is HOMEBREW_CASK_TAP_CASK_REGEX
-
- Oct 15, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
- Oct 03, 2016
-
-
Bruce Steedman authored
-
- Oct 02, 2016
-
-
Markus Reiter authored
-
Mike McQuaid authored
This is no longer relevant after moving to taps/tags and if ever re-added it should probably target homebrew/core. Fixes #1194.
-
- Sep 24, 2016
-
-
Markus Reiter authored
-
- Sep 23, 2016
-
-
Markus Reiter authored
-
- Sep 19, 2016
-
-
Alyssa Ross authored
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
- Sep 12, 2016
-
-
Mike McQuaid authored
-
- Sep 07, 2016
-
-
Mike McQuaid authored
Better use the abstraction layer so e.g. Linux could have similarly fatal checks for these things.
-
- Aug 30, 2016
-
-
Dominyk Tiller authored
-
- Aug 10, 2016
-
-
Misty De Meo authored
-
- Aug 05, 2016
-
-
Xu Cheng authored
`any?` is not the opposite of `empty?`. Besides the case that `[false, nil].any?` will return false, `any?`(O(n)) has much worse performance than `empty?`(O(1)).
-
- Jul 30, 2016
-
-
Mike McQuaid authored
-
- Jul 09, 2016
-
-
Mike McQuaid authored
-
- Jul 06, 2016
-
-
Mike McQuaid authored
-
- Jul 05, 2016
-
-
Mike McQuaid authored
-
- Jul 04, 2016
-
-
Mike McQuaid authored
This is a developer-only option I created for testing purposes. It should not be used by end-users.
-
- Jun 29, 2016
-
-
Vlad Shablinsky authored
Closes #411. Signed-off-by:
Xu Cheng <xucheng@me.com>
-