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 .
- 27 Nov, 2020 1 commit
-
-
Mike McQuaid authored
- manually `raise Errno::ENOENT` to ensure that a keg that doesn't exist isn't flagged as a system dependency. - remove the inconsistent and incorrect summary messaging.
-
- 16 Nov, 2020 2 commits
-
-
Markus Reiter authored
-
Rylan Polster authored
-
- 13 Nov, 2020 1 commit
-
-
Markus Reiter authored
-
- 06 Nov, 2020 3 commits
-
-
EricFromCanada authored
-
EricFromCanada authored
-
EricFromCanada authored
-
- 02 Nov, 2020 2 commits
-
-
Mike McQuaid authored
Otherwise `path.realpath` will raise `Errno::ENOENT` rather than the expected `NotAKegError`. Fixes https://github.com/Homebrew/brew/issues/9015
-
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
-
- 11 Sep, 2020 1 commit
-
-
Mike McQuaid authored
-
- 01 Sep, 2020 1 commit
-
-
Mike McQuaid authored
-
- 26 Aug, 2020 1 commit
-
-
Markus Reiter authored
-
- 20 Aug, 2020 1 commit
-
-
Mike McQuaid authored
-
- 06 Aug, 2020 1 commit
-
-
Markus Reiter authored
-
- 21 Jul, 2020 1 commit
-
-
William Ma authored
-
- 09 Jul, 2020 3 commits
-
-
Mike McQuaid authored
We don't actually care what it points to because we shouldn't have LinkedKegs around for aliases at all (unlike `opt` links).
-
Mike McQuaid authored
Some refactoring while doing #7956.
-
Mike McQuaid authored
We did these for opt symlinks already but not linkedkegs.
-
- 25 Jun, 2020 1 commit
-
-
Mike McQuaid authored
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This will make life easier if we ever rename our default branch in future (once/if Git and GitHub provides the necessary tooling to do so).
-
- 12 May, 2020 1 commit
-
-
Mike McQuaid authored
-
- 04 Mar, 2020 1 commit
-
-
Mike McQuaid authored
Fixes https://github.com/Homebrew/brew/issues/7110
-
- 02 Feb, 2020 1 commit
-
-
Gautham Goli authored
-
- 06 Nov, 2019 1 commit
-
-
Mike McQuaid authored
-
- 22 Oct, 2019 1 commit
-
-
Steven Peters authored
-
- 14 Oct, 2019 1 commit
-
-
Issy Long authored
- Only try to call `.match?` on strings that aren't nil.
-
- 13 Oct, 2019 3 commits
- 24 May, 2019 1 commit
-
-
Mike McQuaid authored
-
- 23 May, 2019 1 commit
-
-
Mike McQuaid authored
This will work regardless of permissions.
-
- 30 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 20 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 19 Apr, 2019 1 commit
-
-
Mike McQuaid authored
-
- 21 Feb, 2019 1 commit
-
-
Mike McQuaid authored
-
- 29 Jan, 2019 1 commit
-
-
Mike McQuaid authored
- don't complain about "skipping" kegs when `brew cleanup` runs automatically - better handle orphaned directories - output a better error message when a keg cannot be removed Fixes #4989 Fixes #5627 Fixes https://github.com/Homebrew/homebrew-core/pull/35958#issuecomment-458031634
-
- 03 Nov, 2018 1 commit
-
-
Mike McQuaid authored
-
- 24 Oct, 2018 1 commit
-
-
Shaun Jackman authored
-