aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils
AgeCommit message (Expand)Author
2016-07-27utils/github: fix reverted order of credentialsMartin Afanasjew
2016-07-27utils/github: fix broken pipe errorMartin Afanasjew
2016-07-24analytics.sh: use full uuidgen path on OS X.Mike McQuaid
2016-07-18inreplace: support for audit arg in non-block formilovezfs
2016-07-15ENV: move to new paths. (#507)Mike McQuaid
2016-07-12github: produce better curl error messages. (#441)Mike McQuaid
2016-07-12ruby.sh: allow forcing the usage of the vendored Ruby.Mike McQuaid
2016-07-12ruby.sh: fix original setup ruby path name.Mike McQuaid
2016-07-11ruby.sh: add test flagXu Cheng
2016-07-11brew.sh: new HOMEBREW_RUBY_PATH resolution logicXu Cheng
2016-07-03gist-logs: close temp file before passing to curl (#418)Andrew Janke
2016-06-29utils/lock.sh: remove redundant 'local'Martin Afanasjew
2016-06-29analytics: make Linux UUID generation more robustMartin Afanasjew
2016-06-29analytics: handle UUID generation errorsMartin Afanasjew
2016-06-19utils/git: provide git_path and git_versionMartin Afanasjew
2016-06-08introduce global lock directory (#337)Xu Cheng
2016-06-03Use `curl` for the GitHub API (#295)Mike McQuaid
2016-06-01Prefer $stderr over STDERR for consistency (#304)Martin Afanasjew
2016-05-28bottle/test-bot: deep merge bottle JSON hashes.Mike McQuaid
2016-05-23utils/lock.sh: default to system Ruby if available (#271)Mike McQuaid
2016-05-12add utils/lock.shXu Cheng
2016-05-08utils/bottles: fix Regexp escaping for Ruby 1.8Martin Afanasjew
2016-05-08Make bottle code cross-platform.Mike McQuaid
2016-05-04Don't report cask to analytics.Mike McQuaid
2016-05-03analytics: move to a class. Mike McQuaid
2016-05-01add `brew analytics` command (#173)Xu Cheng
2016-04-30analytics: relocate UUID to homebrew.analyticsuuid in .git/configZhiming Wang
2016-04-26Analytics: Separate user-supplied and internal-use DISABLE_ANALYTICS (#155)Andrew Janke
2016-04-26fix setup-analytics (#154)Xu Cheng
2016-04-25More analytics tweaks.Mike McQuaid
2016-04-23Ship analytics for Homebrew.Mike McQuaid
2016-04-21brew-audit: pull style checks in to main audit outputAndrew Janke
2016-04-21analytics: roll tracking ID.Mike McQuaid
2016-04-16analytics: add more documentation, Linuxbrew ID. (#98)Mike McQuaid
2016-04-12Document disabling of opt-in Homebrew analytics. (#79)Mike McQuaid
2016-04-12Homebrew (opt-in) Analytics tweaks. (#57)Mike McQuaid
2016-04-07analytics: avoid unnecessary string interpolationMartin Afanasjew
2016-04-07always prefer HOMEBREW_CURL over plain 'curl'Martin Afanasjew
2016-04-04utils/analytics: fix usage of undefined variable.Carlos D'Agostino
2016-04-04utils: add analytics functions.Mike McQuaid
2016-04-02git: check homebrew/core existence before installing brewed gitXu Cheng
2016-03-21utils/git: various improvementXu Cheng
2015-12-26Revert "minor perf improvements"Baptiste Fontaine
2015-12-26minor perf improvementsBaptiste Fontaine
2015-09-09FormulaInstaller: reset git_available? when installing gitXu Cheng
2015-09-09doctor: use Utils.git_available? instead of git?Xu Cheng
2015-09-09git_available?: cache the resultXu Cheng
2015-09-02add git utilsXu Cheng
2015-08-29More API documentation.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot