index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
brew.sh
Age
Commit message (
Expand
)
Author
2017-09-22
brew.sh: update no git repository message.
Mike McQuaid
2017-09-16
Tweaks for older Mac OS X versions.
Mike McQuaid
2017-07-25
Merge pull request #2940 from kevinburke/move-brew-prefix
Mike McQuaid
2017-07-25
Speed up brew --prefix
Kevin Burke
2017-07-24
Follow the XDG Base Directory specification for caching on Linux
Bob W. Hogg
2017-07-13
brew.sh: always use 7 chars for HOMEBREW_VERSION.
Mike McQuaid
2017-06-07
analytics: remove unused analytics.
Mike McQuaid
2017-05-23
brew.sh: don't call xcode-select if it doesn't exist
Misty De Meo
2017-05-07
Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring"
Mike McQuaid
2017-05-07
Tweak Gem vendoring.
Mike McQuaid
2017-05-03
brew.sh: >v1.2.0 now.
Mike McQuaid
2017-04-27
brew.sh: tweak macOS user agent again.
Mike McQuaid
2017-04-26
brew.sh: use OS X in user agent rather than macOS.
Mike McQuaid
2017-02-21
brew uninstal alias for brew uninstall
ilovezfs
2017-01-16
Unset GREP_OPTIONS.
Mike McQuaid
2016-11-10
Disallow running `brew cask` as `root`.
Markus Reiter
2016-11-07
brew.sh: bump hardcoded minor version.
Mike McQuaid
2016-11-06
brew.sh: disable running Homebrew as root.
Mike McQuaid
2016-11-02
brew.sh: communicate when autoupdate runs for long
Zhiming Wang
2016-10-26
Redirect stderr output from git (shim) invocations to /dev/null.
William Woodruff
2016-10-18
brew.sh: tweak xcode hint to auto-accept license
Matt Tagg
2016-10-12
Fix warning for HOMEBREW_REPOSITORY at /usr/local
RasPhilCo
2016-10-11
brew.sh: warn on $HOMEBREW_REPOSITORY/Cellar
Mike McQuaid
2016-10-10
Don't display root warning for --prefix
Alex Kirk
2016-10-07
brew.sh: improve user agent with no git repo.
Mike McQuaid
2016-10-03
Merge pull request #1190 from vladshablinsky/no-autoupdate-on-help
Mike McQuaid
2016-10-01
brew.sh: don't autoupdate if --help passed
Uladzislau Shablinski
2016-10-01
analytics: don't report commands run by Homebrew
Alyssa Ross
2016-09-24
brew.sh: change directory for HOMEBREW_VERSION.
Mike McQuaid
2016-09-22
brew.sh: fix brew --version outside HOMEBREW_REPOSITORY.
Mike McQuaid
2016-09-22
Use git describe to get the HOMEBREW_VERSION.
Mike McQuaid
2016-09-21
update.sh: allow forcing tag update.
Mike McQuaid
2016-09-20
update-report: migrate on newer auto-update.
Mike McQuaid
2016-09-20
Merge pull request #1028 from penman/install_gems_to_gem_home
Mike McQuaid
2016-09-19
Use user GEM_HOME for installing gems
Alyssa Ross
2016-09-19
brew.sh: fix repository auto-update change.
Mike McQuaid
2016-09-18
Use new "macOS" naming where appropriate.
Mike McQuaid
2016-09-08
brew.sh: don't restrict dev-cmd/*.sh to Homebrew developers.
Mike McQuaid
2016-09-08
brew.sh: set HOMEBREW_DEVELOPER from Git config.
Mike McQuaid
2016-09-01
brew.sh: allow cask to be run as root.
Mike McQuaid
2016-08-27
brew: execute update before tap
Dominyk Tiller
2016-08-25
brew.sh: complain when running Homebrew as root.
Mike McQuaid
2016-08-24
brew.sh: don't require /usr/local/Cellar creation.
Mike McQuaid
2016-08-14
brew: sanitize BASH_ENV
Andrew Janke
2016-08-10
Ship Homebrew auto-update support.
Mike McQuaid
2016-08-10
Tweak HOMEBREW_NO_AUTO_UPDATE handling.
Mike McQuaid
2016-08-08
brew.sh: fix style inconsistencies
Martin Afanasjew
2016-07-17
brew.sh: make sudo-checker cross-platform
Xu Cheng
2016-07-15
brew.{rb,sh}: move to Library/Homebrew. (#506)
Mike McQuaid