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 .
- Oct 31, 2017
-
-
L. E. Segovia authored
-
- Oct 30, 2017
-
-
L. E. Segovia authored
-
Mike McQuaid authored
cmd/sh: set working PS1 for zsh
-
Mike McQuaid authored
The `bash`, default one is broken on `zsh`.
-
Mike McQuaid authored
Fix issue where keychain github credentials wouldn't work
-
Mike McQuaid authored
formula_desc_cop: ensure no full stops at the end of desc
-
- Oct 29, 2017
-
-
Isabell Long authored
- This was a suggestion by Mike McQuaid in my `homebrew-core` audit description PR. Based on ilovezfs's incantation `grep -r -E 'desc ".*\."' *.rb`, some formulae descriptions do end in full stops. (My initial assessment of this failed to account for the fact that descriptions are strings and so end in `"`.) - Add an autocorrect for this cop, too.
-
Mike McQuaid authored
bump-formula-pr: always use HOMEBREW_PATH.
-
Mike McQuaid authored
system_config: get perl/ruby from HOMEBREW_PATH.
-
Mike McQuaid authored
Fixes this when using environment filtering.
-
Mike McQuaid authored
This is the actual user path when env filtering is enabled.
-
- Oct 28, 2017
-
-
Mike McQuaid authored
tap-info: handle APFS returning hash order
-
Jayendra Minakshisundar authored
-
- Oct 27, 2017
-
-
Mike McQuaid authored
lock.sh: suppress error output when looking for flock
-
Mike McQuaid authored
lines_cop: add missing e.g. clang++ regex SOL.
-
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++`.
-
Michka Popoff authored
Fixes (on centos6): which: no flock in (/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
-
Mike McQuaid authored
rubocop.yml: reduce tap maximum line length.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
rubocop: disable length checks.
-
Mike McQuaid authored
Unhide readall and update-reset from manpage.
-
Jayendra Minakshisundar authored
-
Thomas Andrew authored
-
- Oct 26, 2017
-
-
JCount authored
java_requirement: support prompting users to install legacy Java casks
-
Mike McQuaid authored
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
-
Mike McQuaid authored
We should keep these enabled for Homebrew/brew but for taps these just end up being annoying and making `brew style` fail for little benefit
-
Mike McQuaid authored
lines_cop: Fix detection of negated expression
-
JCount authored
This enhances the Java requirement to support prompting the user to install the correct legacy Java version via Cask for formulae that don't yet work with the latest version of Java. Previously, even if the formula had a strict requirement that a specific, older version of Java be used, the messaging would tell the user to `brew cask install java` (i.e. to install the latest version of Java), which wouldn't actually satisfy the requirement.
-
Gautham Goli authored
-
Mike McQuaid authored
docs: fix poor visibility in syntax highlighting
-
Markus Reiter authored
rubocop-cask: 0.15.1
-
commitay authored
-
- Oct 25, 2017
-
-
Mike McQuaid authored
lines_cop: fix clang detection.
-
Markus Reiter authored
Rubocop 0.51
-
Markus Reiter authored
Fixes querying Cask commands' help
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-