aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-17Merge pull request #1306 from apjanke/tweak-brew-deps-zsh-completion1.0.8Mike McQuaid
tweak 'brew deps' zsh completions
2016-10-17Merge pull request #1307 from apjanke/format-identifiers-inside-other-formattingMike McQuaid
Formatter: identifier: only reset color, not full styling
2016-10-17Formatter: identifier: only reset color, not full stylingAndrew Janke
2016-10-17tweak zsh 'brew deps' completionsAndrew 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-16Merge pull request #1304 from MikeMcQuaid/old-osx-git-shim-moreMike McQuaid
scm/git: more old OS X versions tweaks.
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-16Merge pull request #1301 from ilovezfs/mountain-lion-depend-on-xzilovezfs
dependency_collector: need xz dep on <= macOS 10.8
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-16Merge pull request #1300 from delamoe/patch-3Uladzislau Shablinski
Update FAQ.md
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-16Update FAQ.mddelamoe
### Is there a glossary of terms around? All your terminology needs can be [found here](docs/Formula-Cookbook.md#homebrew-terminology). results in 404 error
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-15Merge pull request #1208 from reitermarkus/puts-columnsMarkus Reiter
Refactor `puts_columns` to allow `$stderr.puts_columns`.
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-15Merge pull request #1277 from MikeMcQuaid/tap-new-commandMike McQuaid
Rename tap-readme command to tap-new.
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-14Merge pull request #1289 from Homebrew/jawshooah-readme-linkMarkus Reiter
README.md: fix URL for jawshooah
2016-10-14README.md: fix URL for jawshooahJosh Hagins
2016-10-14Merge pull request #1287 from jawshooah/haggins-haginsMike McQuaid
Haggins -> Hagins
2016-10-14Haggins -> HaginsJosh Hagins
2016-10-14Merge pull request #1283 from DomT4/U+1F44BMike McQuaid
All things must come to an end eventually.
2016-10-14Add tschoonj.Mike McQuaid
2016-10-14Add maintainers from Cask.Mike McQuaid
2016-10-14README: add significant previous maintainers.Mike McQuaid
2016-10-13Merge pull request #1285 from Blaisorblade/doctor-ssl-envMike McQuaid
brew doctor: warn about SSL_CERT_FILE (#1284)
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-13man: update for my departureDominyk Tiller
2016-10-13README: cut myself from maintainers listDominyk Tiller
2016-10-13Merge pull request #1278 from MikeMcQuaid/new-maintainer-checklist-updatesMike McQuaid
New-Maintainer-Checklist: update.
2016-10-13Update based on feedback.Mike McQuaid
2016-10-13Merge pull request #1281 from mjbrender/glossaryMike McQuaid
Further terminology in docs + link on README
2016-10-12Further terminology in docs + link on READMEMatt Brender
Addressing a few spots where I looked for terminology and did not find what I was looking for. Input based on a recent [podcast with Mike](https://changelog.com/podcast/223)