aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-10-17Formatter: identifier: only reset color, not full stylingAndrew Janke
2016-10-16Merge pull request #1298 from tdsmith/no-no-bad-unicodeTim D. Smith
Don't choke on invalid UTF-8 in `file` output
2016-10-16scm/git: more old OS X versions tweaks.Mike McQuaid
- unset IFS to fix version parsing on older Bashes - reuse existing HOMEBREW_MACOS_VERSION if it’s available - set rather than unset popup_stub
2016-10-16Merge pull request #1303 from MikeMcQuaid/old-osx-git-shimMike McQuaid
shims/scm/git: fix on old OS X versions.
2016-10-16shims/scm/git: fix on old OS X versions.Mike McQuaid
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not required to be set when using the CLT. Fix this behaviour so `brew update` doesn't tell everyone on that configuration to `brew install git`.
2016-10-16dependency_collector: need xz dep on <= macOS 10.8ilovezfs
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h `/* #undef HAVE_LIBLZMA */` Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h `#define HAVE_LIBLZMA 1`
2016-10-15Explain why info could be nilTim D. Smith
2016-10-15Don't choke on invalid UTF-8 in `file` outputTim D. Smith
Sometimes `file` output contains data from the file under examination, which may include binary data that does not represent valid UTF-8 codepoints. String#split dies if it doesn't understand the encoding, so tell Ruby to treat `file` output as a bytestring.
2016-10-15Merge pull request #1290 from maxnordlund/patch-1Mike McQuaid
Fix wrong ordering on when clauses in audit.rb
2016-10-15Fix when clause ordering.Max Nordlund
2016-10-15Move `Formatter.columns` into `utils/formatter`.Markus Reiter
2016-10-15Add test for `Formatter.columns`.Markus Reiter
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Use `proc` to fallback to `puts`.Markus Reiter
2016-10-15Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`.Markus Reiter
2016-10-15Change test for `puts_columns` with empty input.Markus Reiter
2016-10-15Don’t use `puts_columns` if `empty?` or single item.Markus Reiter
2016-10-15`puts_columns` only has to be defined inside `module Kernel`.Markus Reiter
2016-10-15Refactor `puts_columns`.Markus Reiter
2016-10-15Merge pull request #1279 from MikeMcQuaid/use-tar-xzMike McQuaid
Use BSD tar's libarchive LZMA support if available
2016-10-15Use BSD tar's libarchive LZMA support if availableMike McQuaid
Avoid using an unnecessary `xz` dependency when it's not needed.
2016-10-15Improve integration command test case output.Mike McQuaid
2016-10-15Rename tap-readme command to tap-new.Mike McQuaid
Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`).
2016-10-15Merge pull request #1275 from woodruffw/goodbye-cctoolsMike McQuaid
formula_installer: Remove obsolete hard dependency on cctools.
2016-10-14Fix wrong ordering on when clauses in audit.rbMax Nordlund
It looks like a rebase/merge conflict remmenet.
2016-10-13brew doctor: warn about SSL_CERT_FILE (#1284)Paolo G. Giarrusso
Multiple issues have been filed about this environment variable, hence give a warning. #932 might make this unnecessary when merged, but hopefully this warning can be merged quickly.
2016-10-12Merge pull request #1274 from RasPhilCo/patch-1Mike McQuaid
Fix warning for HOMEBREW_REPOSITORY at /usr/local
2016-10-12formula_installer: Remove obsolete hard dependency on cctools.William Woodruff
ruby-macho now performs all relocations in Homebrew. Additionally, delete the defunct CctoolsRequirement.
2016-10-12Merge pull request #1273 from jawshooah/fix-relocateMike McQuaid
keg_relocate: fix for multiline /usr/bin/file output
2016-10-12Fix warning for HOMEBREW_REPOSITORY at /usr/localRasPhilCo
2016-10-12Merge pull request #1271 from MikeMcQuaid/deprecate-apr-requirementMike McQuaid
Deprecate apr requirement.
2016-10-12keg_relocate: fix for multiline /usr/bin/file outputJosh Hagins
2016-10-12Deprecate apr requirement.Mike McQuaid
It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art.
2016-10-12Merge pull request #1269 from MikeMcQuaid/keg-relocate-text-executable-filesMike McQuaid
keg_relocate: relocate text_executable? files.
2016-10-12Merge pull request #1227 from DomT4/aprMike McQuaid
apr_requirement: use Homebrew's Apr for Sierra
2016-10-12keg_relocate: relocate text_executable? files.Mike McQuaid
This was omitted from #1258, incorrectly fixed in #1267, reverted in #1268 and re-applied in this commit.
2016-10-12Revert "keg_relocate: left out text_executable? check in #1258"Mike McQuaid
2016-10-12Tweak style.Mike McQuaid
2016-10-12Merge pull request #1267 from jawshooah/perf/keg-text-executableJosh Hagins
keg_relocate: left out text_executable? check in #1258
2016-10-12keg_relocate: left out text_executable? check in #1258Josh Hagins
2016-10-12Merge pull request #1262 from MikeMcQuaid/warn-repo-cellarMike McQuaid
brew.sh: warn on $HOMEBREW_REPOSITORY/Cellar
2016-10-12Merge pull request #1258 from jawshooah/perf/keg-batch-text-filesJosh Hagins
keg_relocate: run /usr/bin/file in batches
2016-10-12Merge pull request #1261 from MikeMcQuaid/tweak-repo-sandboxMike McQuaid
postinstall: allow write access to cellars in repository.
2016-10-12Merge pull request #1264 from reitermarkus/single-language-auditMarkus Reiter
Allow auditing of a single language of a cask.
2016-10-11keg_relocate: use xargs to batch file argumentsJosh Hagins
2016-10-11Fix CaskCommandFailedError.Markus Reiter
2016-10-11Allow auditing of a single language of a cask.Markus Reiter
2016-10-11brew.sh: warn on $HOMEBREW_REPOSITORY/CellarMike McQuaid
If you’re using a /usr/local prefix but e.g. /usr/local/homebrew/Cellar then you’ll miss out on most binary packages for no good reason so warn people of that.
2016-10-11postinstall: allow write access to cellars in repository.Mike McQuaid
If HOMEBREW_CELLAR (or HOMEBREW_PREFIX) are children of HOMEBREW_REPOSITORY it’s important to deny write to the repository and enable write to the Cellar/prefix afterwards.
2016-10-11tab: don't interpret unknown deps as no depsAlyssa Ross