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 .
- Sep 21, 2016
- Sep 20, 2016
-
-
Alex authored
See https://github.com/caskroom/homebrew-cask/issues/24519 Feel free to suggest alternative wording and such.
-
- Sep 19, 2016
-
-
Markus Reiter authored
-
Markus Reiter authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
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
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes https://github.com/Homebrew/homebrew-core/issues/4973
-
Mike McQuaid authored
References #1023.
-
Mike McQuaid authored
Can't see how this could ever happen but let's safe-guard it just in case (as ilovezfs saw it).
-
Alyssa Ross authored
This will make brew readall --syntax pass
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Alyssa Ross authored
Previously, this method would: - Include the current formula - Include the current target of the installed alias, which by definition is not "old" This commit fixes both of these issues. Only formulae that are the current target of the alias they were installed with are now considered to have old installed formulae.
-
Mike McQuaid authored
`var/homebrew` is too broad and ends up deleting and recreating the locks directory repeatedly.
-
Alyssa Ross authored
-
Mike McQuaid authored
This will hang around otherwise due to e.g. running `bundle install` in here once.
-
Mike McQuaid authored
Before stashing also try to cancel any current merge, rebase and reset. This will prevent any data loss but also make the stash more likely to succeed.
-
Alyssa Ross authored
-
Mike McQuaid authored
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Alyssa Ross authored
-
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.
-
Alyssa Ross authored
-
Mike McQuaid authored
Just on the off chance it doesn't exist (i.e. no-one has installed anything yet or you're a `test-bot` that's run `git clean -xdf` recently)
-
Mike McQuaid authored
Need to do this manually now that we can't rely on `git clean -xdf` to do it for us.
-
- Sep 18, 2016
-
-
Mike McQuaid authored
This shouldn't be possible to occur after #1013 but it makes sense to add it anyway.
-
Mike McQuaid authored
Now that the default from the installer, our CI and soon all users is `/usr/local/Homebrew` it's a lot easier to check if there's references to it (as we cannot look for `/usr/local` as it's a too commonly hardcoded path).
-