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 .
- 26 Nov, 2020 1 commit
-
-
Markus Reiter authored
-
- 13 Nov, 2020 1 commit
-
-
Markus Reiter authored
-
- 04 Nov, 2020 1 commit
-
-
Mike McQuaid authored
Needed for `brew diy`. Fixes #9036
-
- 02 Nov, 2020 1 commit
-
-
Mike McQuaid authored
-
- 31 Oct, 2020 1 commit
-
-
Shaun Jackman authored
-
- 29 Oct, 2020 1 commit
-
-
Mike McQuaid authored
The way we currently handle @-versioned formulae linking is pretty labourius: - it requires extensive use of `link_overwrite` to avoid the `link` stage failing on certain install/upgrade scenarios - we teach people to use `brew link --force` whenever they wish to link a versioned formulae when it's pretty obvious what's expected in that situation Instead, let's: - automatically unlink other versioned formulae when linking a versioned formula (either through `brew link` or `install`/`upgrade` /`reinstall`) - notify the user what we've done (with the same messaging as if they had run `brew link` manually)
-
- 10 Oct, 2020 1 commit
-
-
Markus Reiter authored
-
- 23 Aug, 2020 1 commit
-
-
William Ma authored
-
- 06 Aug, 2020 1 commit
-
-
Markus Reiter authored
-
- 31 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 28 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 12 Apr, 2020 2 commits
-
-
Alessandro Di Felice authored
-
Mike McQuaid authored
-
- 07 Apr, 2020 1 commit
-
-
Mike McQuaid authored
-
- 05 Mar, 2020 1 commit
-
-
Mike McQuaid authored
-
- 15 Dec, 2019 1 commit
-
-
EricFromCanada authored
-
- 10 Nov, 2019 1 commit
-
-
Zach Auten authored
-
- 20 Aug, 2019 2 commits
-
-
EricFromCanada authored
Use active voice when applicable, better verbs & adjectives, preposition usage, proper tense, etc.
-
EricFromCanada authored
-
- 05 Aug, 2019 1 commit
-
-
Jonathan Chang authored
-
- 30 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 20 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 17 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 31 Jan, 2019 1 commit
-
-
Mike McQuaid authored
-
- 06 Dec, 2018 1 commit
-
-
Mike McQuaid authored
We've not seen complaints about these and they are the default behaviour on High Sierra and Mojave so it's easier to apply them consistently everywhere.
-
- 05 Nov, 2018 1 commit
-
-
Gautham Goli authored
-
- 12 Sep, 2018 1 commit
-
-
Shaun Jackman authored
The default prefix is /usr/local on macOS and /home/linuxbrew/.linuxbrew on Linux.
-
- 26 Jul, 2018 1 commit
-
-
Mike McQuaid authored
These are a bit easier to follow and have been recently improved. Inspired by conversation in #4441.
-
- 10 Jul, 2018 2 commits
-
-
Mike McQuaid authored
The change in #4441 broke the handling of the `elsif`s due to the change in logic. As every block here has a `next` there's no need to do an `elsif` in here at all. Additionally, reorder the conditions in here so you get an appropriate message depending on what you're trying to do. Finally, tweak some of the messaging to remove things that are ignored and tell people correct commands to run to link things.
-
ilovezfs authored
-
- 09 Jul, 2018 1 commit
-
-
Mike McQuaid authored
People are getting in the habit of force-linking things like `zlib` to fix linking/include issues on Mojave (which doesn't install headers to `/usr/include` by default). This way lies madness so encourage people to instead pass the correct compiler flags instead.
-
- 07 Jun, 2018 1 commit
-
-
Andrew Janke authored
-
- 18 Oct, 2017 1 commit
-
-
Markus Reiter authored
-
- 30 May, 2017 1 commit
-
-
Mike McQuaid authored
-
- 22 Apr, 2017 1 commit
-
-
Mike McQuaid authored
Deprecate more methods. Internal APIs have been verified to be unused elsewhere and removed. External APIs have had deprecation methods added. Existing deprecations have been either upgraded to produce warnings or no longer deprecated and the reasoning documented.
-
- 02 Apr, 2017 2 commits
-
-
Mike McQuaid authored
-
Eugene Nikolsky authored
Commit 4cae6a72 introduced the message, but it printed the wrong path, e.g. for `brew link sqlite`: ``` If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/sqlite:$PATH"' >> ~/.zshrc/bin ``` where `/bin` is appended at the end, but should be inserted before `:$PATH`: `echo 'export PATH="/usr/local/opt/sqlite/bin:$PATH"' >> ~/.zshrc`. This patch fixes that and updates a test to verify it.
-
- 23 Mar, 2017 1 commit
-
-
Mike McQuaid authored
If people are force-linking keg-only things they should probably be told that they can add the opt prefix to their PATH instead.
-
- 02 Oct, 2016 2 commits
-
-
Markus Reiter authored
-
Markus Reiter authored
-