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 .
- Dec 10, 2016
-
-
Mike McQuaid authored
Rather than Homebrew/brew or Homebrew/homebrew-core.
-
Markus Reiter authored
cask reinstall: download and verify cask before uninstall
-
- Dec 09, 2016
-
-
Mike McQuaid authored
Point to GitHub Releases in CHANGELOG.md
-
Alex Jordan authored
A lot of people (e.g. me in #1633) will look here and not find anything. We should point them to the proper location.
-
- Dec 08, 2016
-
-
Mike McQuaid authored
Add a method for installing fish function files
-
Mike McQuaid authored
os/mac: Remove mention of Mavericks bottles
-
romellem authored
-
romellem authored
-
Mike McQuaid authored
bump-formula-pr: use correct version in download path when --version is specified
-
Mike McQuaid authored
boneyard-formula-pr: make it more consistent with bump-formula-pr
-
Mike McQuaid authored
tab: include HOMEBREW_VERSION
-
- Dec 07, 2016
-
-
romellem authored
After Issue #985 was merged, bottles for Mavericks are no longer being built, meaning installations are triggering builds. Update the FAQ to show that builds will most likely now be triggers on Mavericks since their bottles are not being generated.
-
Zhiming Wang authored
When a --version is specified, use this specified version in the name of the downloaded file rather than the default that is parsed from the URL. For instance, brew bump-formula-pr --devel \ --url=http://www.zsh.org/pub/development/zsh-5.2-test-2.tar.gz \ --version=5.2-test-2 zsh should download to $HOMEBREW_CACHE/zsh-5.2-test-2.tar.gz (correct behavior after this commit) rather than $HOMEBREW_CACHE/zsh-2.tar.gz (wrong behavior before this commit).
-
Zhiming Wang authored
Make its behavior more consistent with that of bump-formula-pr.
-
Zhiming Wang authored
Make its behavior more consistent with that of bump-formula-pr.
-
- Dec 06, 2016
-
-
Mike McQuaid authored
-
Markus Reiter authored
Use `launchctl` to get running processes by bundle ID.
-
Mike McQuaid authored
xcode: cleanup Xcode::Version usage.
-
- Dec 05, 2016
-
-
Mike McQuaid authored
Don't wrap `MacOS.version` which does comparisons properly already and avoid stupidly long lines.
-
Raymond Wanyoike authored
-
Markus Reiter authored
Refactor Cask installer.
-
Markus Reiter authored
Fail if cask source already exists.
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Markus Reiter authored
-
Zach Whaley authored
Fish shell allows third-party software vendors to put their own function files in a directory for their software. For brew installed Fish shell, this is /usr/local/share/fish/vendor_functions.d
-
- Dec 04, 2016
-
-
Mike McQuaid authored
travis: use Xcode 8.1 on Sierra.
-
Mike McQuaid authored
added "CLT" abbreviation after "Command Line Tools" in Installation.md doc
-
Mike McQuaid authored
For code coverage from `brew test-bot`.
-
Raymond Wanyoike authored
Closes: caskroom/homebrew-cask#27075
-
Amber Jain authored
added 'CLT' abbreviation after 'Command Line Tools' (so that if someone follows link to footnote#3, the meaning of 'CLT' in footnote is clear)
-
Alyssa Ross authored
-
Alyssa Ross authored
-
Mike McQuaid authored
bash_test: handle race condition.
-
- Dec 03, 2016
-
-
Mike McQuaid authored
Other tests may delete Bash files (e.g. `shcmd.sh`) while tests are ongoing so ensure this doesn't cause a test failure.
-
Mike McQuaid authored
fs_leak_logger: use more permissive mkpath.
-
Mike McQuaid authored
tap-new: use latest Travis CI recommended config.
-
Mike McQuaid authored
travis.yml: enable macOS builds again.
-