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 24, 2017
-
-
Misty De Meo authored
-
- May 08, 2017
-
-
Mike McQuaid authored
This reverts commit 23728729, reversing changes made to 3e4547f5.
-
- May 07, 2017
-
-
Mike McQuaid authored
If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather confusing fashion. Instead, run `bundle` for them with the arguments that they'd want. Also, move `macho` requires into the module itself; it's a pain having to do everything for Bundler before requiring `pathname` which is a core Ruby class.
-
- May 03, 2017
-
-
Mike McQuaid authored
-
- Apr 27, 2017
-
-
Mike McQuaid authored
Safari uses `Mac OS X` not `OS X`. To avoid contaminating other parts of Homebrew use a separate variable for just this part, too.
-
- Apr 26, 2017
-
-
Mike McQuaid authored
This matches what Safari does on macOS 10.12 and is generally what tools like Google Analytics expect the format to be.
-
- Feb 21, 2017
-
-
ilovezfs authored
If `brew instal` is permissible, `brew uninstal` should be, too.
-
- Feb 12, 2017
-
-
Doug Hazell authored
-
- Jan 17, 2017
-
-
Doug Hazell authored
-
Doug Hazell authored
-
Mike McQuaid authored
Users may have this set, breaking grep's output. Fixes #1430.
-
- Nov 10, 2016
-
-
Markus Reiter authored
-
- Nov 07, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
November 1st 2016 has come and gone so it's time to disable this. Also, add comments explaining why the things that have been whitelisted have been (to avoid more being added without good justification).
-
- Nov 03, 2016
-
-
Zhiming Wang authored
This will ease user anxiety when `brew install foo' is typed but nothing seems to happen.
-
- Oct 27, 2016
-
-
William Woodruff authored
These invocations occur before we can actually automatically install git via bottle, and as such their output isn't relevant.
-
- Oct 19, 2016
-
-
Matt Tagg authored
Small improvement to the xcode license hint. Reduces friction by allowing user to accept the license in a single step. Reference: http://apple.stackexchange.com/questions/175069/how-to-accept-xcode-license
-
- Oct 13, 2016
-
-
RasPhilCo authored
-
- Oct 11, 2016
-
-
Mike McQuaid authored
If you’re using a /usr/local prefix but e.g. /usr/local/homebrew/Cellar then you’ll miss out on most binary packages for no good reason so warn people of that.
-
- Oct 10, 2016
-
-
Alex Kirk authored
-
- Oct 08, 2016
-
-
Mike McQuaid authored
`Homebrew/>1.0.0 (no git repository) (Macintosh; Intel macOS 10.7.5)...) reads pretty weirdly in a user agent and I've had complaints that `>` may be an invalid character in some cases.
-
- Oct 01, 2016
-
-
Uladzislau Shablinski authored
-
Alyssa Ross authored
Fixes #788.
-
- Sep 24, 2016
-
-
Mike McQuaid authored
This stops `-dirty` showing up whenever you aren't in `HOMEBREW_REPOSITORY`. Fixes #1108.
-
- Sep 23, 2016
-
-
Mike McQuaid authored
-
- Sep 22, 2016
-
-
Mike McQuaid authored
For tagged commits produces the output: - `1.0.1` For untagged commits with a dirty tree produces the output: - `1.0.1-19-g23efbc5-dirty` Performance: ``` git describe --tags --dirty 2> /dev/null 0.07s user 0.01s system 96% cpu 0.086 total ``` This means we can tag any commit without needing to manually remember to bump the revision every time.
-
- Sep 21, 2016
-
-
Mike McQuaid authored
To test the tag update functionality allow setting `HOMEBREW_UPDATE_TO_TAG`.
-
- Sep 20, 2016
-
-
Mike McQuaid authored
If we have a `brew.sh` which has set `HOMEBREW_ENABLE_AUTO_UPDATE_MIGRATION` then let's allow an auto-update migration. That's because it contains the fix below it _before_ the update happened which means the auto-update won't fail in the same way as if updating from an old version.
-
Alyssa Ross authored
Save the value of GEM_HOME before unsetting it, and resetting it when setting up a gem environment. Fixes #944.
-
- Sep 19, 2016
-
-
Mike McQuaid authored
On auto-update `HOMEBREW_LIBRARY` may change location which means that it won't be found for the actual install command. Look for this having occurred and then set the new `HOMEBREW_LIBRARY` (and `HOMEBREW_REPOSITORY`) accordingly.
-
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 09, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Sep 08, 2016
-
-
Alyssa Ross authored
This reverts commit 2498d99a.
-
- Sep 05, 2016
-
-
Alyssa Ross authored
-
- Sep 02, 2016
-
-
Mike McQuaid authored
It also uses `sudo` for legitimate things e.g. installing `.pkg`s systemwide.
-
- Aug 27, 2016
-
-
Dominyk Tiller authored
This seems generally like a good idea given that we're making syntax changes to formulae & are going to keep doing so for a little while yet. Taps may have moved over to that syntax, which then causes tap failures if brew isn't up-to-date. Should fix situations like https://github.com/Homebrew/homebrew-php/issues/3545.
-
- Aug 26, 2016
-
-
Mike McQuaid authored
As discussed: announce that we are deprecating running Homebrew as the root user as it's insecure and requires disabling the sandbox. Fixes #796.
-
- Aug 24, 2016
-
-
Mike McQuaid authored
If you're using e.g. a `/usr/local/homebrew` prefix then don't require the `/usr/local/Cellar` to be manually created to avoid e.g. `/usr/local/homebrew/Cellar` being used. Let's do all we can to let people use this `Cellar` location as it means they can put their repository wherever they like and still use all our bottles.
-
- Aug 15, 2016
-
-
Andrew Janke authored
-