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 29, 2018
-
-
Gautham Goli authored
-
- Aug 28, 2018
-
-
Gautham Goli authored
audit: Use `fetch` with default value prevent NPE
-
Gautham Goli authored
-
Markus Reiter authored
Don’t use `CLI::Cleanup` in `Auditor`.
-
Markus Reiter authored
-
- Aug 27, 2018
-
-
Gautham Goli authored
audit: Add null check on style results
-
Gautham Goli authored
-
Mike McQuaid authored
Check version conflicts using linkage.
-
Mike McQuaid authored
Instead of refusing to install software preemptively by assuming multiple linkage to differing versions of the same library we now make `brew linkage --test` verify that we don't have two versions of the same library linked at the same time. This will be considerably more permissive whilst checking the actual problem that we're worried about.
-
Mike McQuaid authored
extract: update docs
-
Mike McQuaid authored
-
Caleb Xu authored
Preliminary blurb in documentation about using brew extract to obtain deprecated/deleted/particular versions of formulae.
-
Gautham Goli authored
audit: Show RuboCop offense correction status and count in output
-
- Aug 26, 2018
-
-
Gautham Goli authored
-
Mike McQuaid authored
Add new extract dev command to retrieve old versions of formulae
-
Caleb Xu authored
-
Caleb Xu authored
-
Caleb Xu authored
Instead of just blanketing over with monkey-patches like before, set up monkey-patches as needed, and make sure to clean up after we're done.
-
Caleb Xu authored
For the impatient ones out there.
-
Caleb Xu authored
Fixes the empty rev string when copying file from HEAD; explicitly set rev to HEAD in that case.
-
Caleb Xu authored
-
- Aug 25, 2018
- Aug 24, 2018
-
-
Caleb Xu authored
-
Caleb Xu authored
If the formula to be retrieved was just version-bumped in the most recent commit (HEAD), we would've ended up grabbing the second-most recent version. Instead, if the file already exists in tree at the current commit, just construct the formula from that to get the version (for naming purposes) and copy the file outright to its new location.
-
Mike McQuaid authored
Fix for Linux make shim
-
Mike McQuaid authored
-
Maxim Belkin authored
-
William Woodruff authored
brew.sh: Export HOMEBREW_GIT
-
- Aug 23, 2018
-
-
William Woodruff authored
Should have been exported like HOMEBREW_CURL.
-
Mike McQuaid authored
audit: remove "`bottle` is not defined"
-
Shaun Jackman authored
formula_cellar_checks: .dylib and .framework are macOS-specific
-
Mike McQuaid authored
manpage: update from latest homebrew-bundle docs.
-
Mike McQuaid authored
-
Maxim Belkin authored
-
commitay authored
-
- Aug 22, 2018
-
-
Mike McQuaid authored
dev-cmd/bottle: save local_filename to json
-
Steven Peters authored
-
- Aug 21, 2018
-
-
Caleb Xu authored
-