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 .
- Aug 24, 2016
-
-
Mike McQuaid authored
Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset.
-
Mike McQuaid authored
bin/brew: improve $HOMEBREW_REPOSITORY/bin/brew handling.
-
Mike McQuaid authored
brew.sh: don't require /usr/local/Cellar creation.
-
Mike McQuaid authored
update-report: also link `brew*.1` manpages.
-
Markus Reiter authored
Merge Cask’s `Pathname` extension with Homebrew’s.
-
Markus Reiter authored
Add vendored `plist` to ReadMe.
-
Mike McQuaid authored
-
Mike McQuaid authored
Otherwise if your `HOMEBREW_PREFIX` and `HOMEBREW_REPOSITORY` are not equal then your tap manpages will be linked but your `brew*` ones will not.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
If `/usr/local` is the prefix but not the repository (so bottles can be used) then running `/usr/local/bin/brew` works great but `$HOMEBREW_REPOSITORY/bin/brew` assumes the prefix is `$HOMEBREW_REPOSITORY`. This is a pain when doing work on the Homebrew repository and having e.g. `bin` in your `$PATH`. Improve this behaviour so `bin/brew` knows how to handle this situation.
-
Mike McQuaid authored
This will enable this code to be reused in a future commit and makes it more obvious what’s being done.
-
Mike McQuaid authored
The previous approach of trying to do it on one line was confusing.
-
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.
-
Markus Reiter authored
-
Misty De Meo authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Aug 23, 2016
-
-
Martin Afanasjew authored
Enable ruby-macho by default.
-
Mike McQuaid authored
update: make GIT_EXECUTABLE an absolute path.
-
Markus Reiter authored
Move Cask’s vendored `plist` to `Homebrew/vendor`.
-
Markus Reiter authored
-
- Aug 22, 2016
-
-
Mike McQuaid authored
Make -no_weak_imports opt-in.
-
Mike McQuaid authored
Revert "diagnostic: ignore duplicated `brew-cask` commands"
-
Mike McQuaid authored
The experiment to add `-no_weak_imports` unconditionally has been a bit of a failure. It's broken more than it's fixed and I don't think we can have this as a default for Xcode 8. Add `ENV.no_weak_imports` to be used by formulae authors and make `ENV.no_weak_imports a no-op (for now). We may reconsider this behaviour in future.
-
Mike McQuaid authored
-
Mike McQuaid authored
Otherwise it can end up as e.g. `bin/git` which then breaks when we `cd` to another directory and try to run it.
-
Markus Reiter authored
Forgot renaming `cab-container`.
-
Markus Reiter authored
Cask Refactoring
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
- Aug 21, 2016
-
-
Mike McQuaid authored
Add atom language plugin to docs
-
Mike McQuaid authored
Refactor `shutup`.
-
Mike McQuaid authored
add .editorconfig
-