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
-
- 10 Oct, 2020 1 commit
-
-
Markus Reiter authored
-
- 02 Sep, 2020 1 commit
-
-
Seeker authored
-
- 23 Aug, 2020 1 commit
-
-
William Ma authored
-
- 31 Jul, 2020 1 commit
-
-
Markus Reiter authored
-
- 20 Apr, 2020 1 commit
-
-
EricFromCanada authored
-
- 05 Mar, 2020 1 commit
-
-
Mike McQuaid authored
-
- 02 Jan, 2020 1 commit
-
-
Gautham Goli authored
-
- 18 Dec, 2019 1 commit
-
-
Gautham Goli 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
-
- 12 Sep, 2018 1 commit
-
-
Shaun Jackman authored
The default prefix is /usr/local on macOS and /home/linuxbrew/.linuxbrew on Linux.
-
- 13 Feb, 2017 1 commit
-
-
Mike McQuaid authored
Fixes #1952.
-
- 01 Jan, 2017 1 commit
-
-
Mike McQuaid authored
Return `opt_prefix` if it exists and `prefix` is not called from within the same formula's `install` or `post_install` methods. Otherwise, fall back to the existing functionality. This avoids the need to use `opt_prefix` etc. everywhere and generally means we don't expose an implementation detail (i.e. the full Cellar path) to dependents that have a habit of hard-coding it.
-
- 02 Oct, 2016 1 commit
-
-
Markus Reiter authored
-
- 20 Apr, 2016 1 commit
-
-
Martin Afanasjew authored
-
- 03 Aug, 2015 1 commit
-
-
BrewTestBot authored
Closes Homebrew/homebrew#42354. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- 27 May, 2015 1 commit
-
-
Xu Cheng authored
-
- 20 Jun, 2014 1 commit
-
-
Jack Nagel authored
-
- 13 Sep, 2012 2 commits
-
-
Misty De Meo authored
-
Max Howell authored
Rationale: everyone thinks it points to the currently installed prefix, not the prefix of the formula that is newest and maybe not installed. The previous behavior was unintentional and evidence proves it is not intuitive either. I anticipate no regressions. And hope I am right!
-
- 29 Mar, 2011 1 commit
-
-
Dave Lee authored
Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- 13 Mar, 2011 1 commit
-
-
Max Howell authored
The code was sucking. To the extent that maintenance was hard. It's a lot easier to work with code that is sensibly split at sensible boundaries. So now it is more like that. But the refactor is minimal. Because we don't want you to have more merge hell than absolutely necessary. If you merge you will need to pay attention to brew.h.rb (as it is deleted) and bin/brew (as command logic is gone). It will be painful, but you will just have to help git out by moving any changes around manually. Note compatibility.rb. It ensures that any function renames or removals don't break anything. We're pretty serious about backwards compatibility. And that's because we encourage you to hack around with the innards. And we couldn't do that if we would then just make stuff disappear behind your back.
-