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 .
- May 19, 2017
-
-
Esther W authored
-
Esther W authored
-
Markus Reiter authored
cask manpage: Fix section header link for Environment
-
- May 18, 2017
-
-
Numbermaniac authored
-
Markus Reiter authored
Remove `to_s` from some `Pathname`s.
-
- May 16, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Display formula conflict reasons
-
- May 15, 2017
-
-
Mike McQuaid authored
-
Mike McQuaid authored
audit: Port audit_homepage method to rubocop and add tests
-
Mike McQuaid authored
audit: Detect multiline and interpolated strings in formula desc cop
-
Mike McQuaid authored
bin/brew: don't set blank HOMEBREW_* variables.
-
John Hawkinson authored
-
Mike McQuaid authored
When creating the necessary HOMEBREW_* variables ensure that they aren't set if their value would be empty.
-
Gautham Goli authored
-
- May 14, 2017
-
-
Mike McQuaid authored
docs.brew.sh: use SCSS.
-
Mike McQuaid authored
audit: fix dependency option detection.
-
Mike McQuaid authored
rubocop: don't always care about module length.
-
Mike McQuaid authored
More environment filtering tweaks
-
Mike McQuaid authored
audit: more checks for versioned aliases.
-
Mike McQuaid authored
Allow --interactive to access HOME
-
Mike McQuaid authored
keg: skip opt versioned aliases for devel/head.
-
Mike McQuaid authored
Import style changes from: https://github.com/Homebrew/homebrew.github.io/pull/166
-
Mike McQuaid authored
Update to venv.pip_install_and_link in doc
-
Mike McQuaid authored
Add autocorrect method for ComponentsOrder rubocop and tests
-
Michka Popoff authored
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
-
- May 13, 2017
-
-
Gautham Goli authored
-
Mike McQuaid authored
Instead of trying to do this all with a single regex give up and do a two stage process. Eventually I'll end up implementing a full ruby parser here
. -
Mike McQuaid authored
- only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes
-
Gautham Goli authored
-
- May 11, 2017
-
-
Mike McQuaid authored
diagnostic_spec.rb: assertion in check_access_lock_dir test
-
Mike McQuaid authored
Tweak troubleshooting docs and issue template
-
- May 10, 2017
-
-
mansimarkaur authored
Added assertion to check `HOMEBREW_LOCK_DIR.stat.mode` changes after `HOMEBREW_LOCK_DIR.chmod 0555`
-
Mike McQuaid authored
This may result in a slightly varied build but it’s generally just far less annoying to be able to access all your e.g. shell configuration.
-
- May 09, 2017
-
-
Mike McQuaid authored
- Note that Homebrew Cask issues should be filed elsewhere. - Make `brew`/homebrew-core issue differential in simpler language - Tell people to fix all `brew doctor` issues - Refer to the issue checklist and make it even more clear and prominent that we may close it out immediately if they don't use it. - Note that proposed new issues should be widely relevant. - Don't tell people they need to `brew cask install java`; we handle this in most places with a Java requirement and probably want issues filed where we don't. - Remove reference to Homebrew Dupes and replace with reference to Homebrew Cask to try and get people filing stuff there instead. Fixes #2608
-
Mike McQuaid authored
These versioned aliases don’t correspond to the correct version if not Installed from stable. Fixes #2596.
-
Mike McQuaid authored
Check that a required versioned alias has a valid name (rather than assuming it’s fine based on it’s existence alone) and check for the presence of invalid version aliases. This should handle the case where someone bumps a formula but forgets to rename the alias that’s mentioned in #2596.
-
Mike McQuaid authored
We don't care about this in external taps as this is more about code architecture than code style.
-
- May 08, 2017
-
-
Markus Reiter authored
-
Mike McQuaid authored
Travis CI tweaks.
-
Mike McQuaid authored
Attempt to improve Travis CI. This time without any vendoring gems nonsense.
-