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 .
- Apr 13, 2020
-
-
Mike McQuaid authored
-
- Apr 12, 2020
-
-
Mike McQuaid authored
-
- Apr 09, 2020
-
-
Sean Molenaar authored
-
- Feb 16, 2020
-
-
Sam Ford authored
-
- Jan 29, 2020
-
-
Mike McQuaid authored
Let's only allow cryto or libraries.
-
- Jan 12, 2020
-
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
Jonathan Chang authored
Co-Authored-By:
Mike McQuaid <mike@mikemcquaid.com>
-
- Jan 09, 2020
-
-
Jonathan Chang authored
-
- Oct 14, 2019
-
-
Issy Long authored
- Only try to call `.match?` on strings that aren't nil.
-
- Oct 13, 2019
-
-
Issy Long authored
-
- Jun 07, 2019
-
-
Izaak Beekman authored
- Split off from PR Homebrew/brew#6209 - Create stand alone class for cop w/ auto-correct
-
- Apr 20, 2019
-
-
Mike McQuaid authored
-
- Feb 21, 2019
-
-
Mike McQuaid authored
-
- Jan 27, 2019
-
-
Mike McQuaid authored
And remove all dead/unneeded code.
-
- Jan 09, 2019
-
-
Mike McQuaid authored
- Add some `odeprecated` - Make some `odeprecated` now `odisabled` - Remove `odisabled` code. - Remove old update migrations - Remove GCC 4.0 compiler - Remove Tiger-only code - Remove 32-bit-only code - Remove use of LD64 - Remove GCC 4.3 - 4.8 support.
-
- Dec 11, 2018
-
-
Shaun Jackman authored
-
- Nov 27, 2018
-
-
Shaun Jackman authored
-
- Nov 08, 2018
-
-
Mike McQuaid authored
Make the filenames consistent with the class names.
-
- Oct 19, 2018
-
-
EricFromCanada authored
-
- Sep 17, 2018
-
-
Markus Reiter authored
-
- Sep 06, 2018
-
-
Markus Reiter authored
-
- Sep 03, 2018
-
-
Mike McQuaid authored
-
- Sep 02, 2018
-
-
Mike McQuaid authored
Use 124 max line length everywhere. Also, reduce tap max line length to 189 as Homebrew/homebrew-core has that as a maximum now. In future Homebrew/homebrew-core will also be reduced to 124 maximum line length.
-
- Aug 29, 2018
-
-
Markus Reiter authored
-
- Jun 18, 2018
-
-
Mike McQuaid authored
Share the regex where possible and otherwise ensure they are identical.
-
- May 06, 2018
-
-
Gautham Goli authored
-
- Dec 31, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Dec 24, 2017
-
-
Mike McQuaid authored
-
- Dec 02, 2017
-
-
Gautham Goli authored
-
- Nov 25, 2017
-
-
Gautham Goli authored
-
- Oct 30, 2017
-
-
Gautham Goli authored
-
- Oct 27, 2017
-
-
Mike McQuaid authored
You need a start of line check in this regex (like was added in the others) to allow things like `#{bin}/clang++`.
-
- Oct 26, 2017
-
-
Gautham Goli authored
-
- Oct 25, 2017
-
-
Markus Reiter authored
-
- Oct 24, 2017
-
-
Mike McQuaid authored
We only care about e.g. `gcc`/`llvm-gcc`/`clang` being at the beginning of a `system` call and not anywhere within the string.
-
- Oct 21, 2017
-
-
Gautham Goli authored
-
- Oct 18, 2017
-
-
Markus Reiter authored
-
- Oct 15, 2017
-
-
JCount authored
-