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
Age
Commit message (
Expand
)
Author
2016-10-19
dsl_test: unset HOMEBREW_DEVELOPER to avoid deprecation errors
Josh Hagins
2016-10-19
compliance_test: unset HOMEBREW_DEVELOPER to avoid deprecation errors
Josh Hagins
2016-10-19
cask/spec: replace with_env_var with with_environment
Josh Hagins
2016-10-19
testing_env: extract with_environment to helper module
Josh Hagins
2016-10-19
Merge pull request #1321 from wamatt/patch-1
Mike McQuaid
2016-10-18
brew.sh: tweak xcode hint to auto-accept license
Matt Tagg
2016-10-18
Merge pull request #1317 from reitermarkus/refactor-rubocop-cask
Josh Hagins
2016-10-19
Merge pull request #1319 from reitermarkus/refactor-containers
Markus Reiter
2016-10-18
Remove Cask’s `which` method.
Markus Reiter
2016-10-18
Look for container extraction programs in PATH.
Markus Reiter
2016-10-18
Merge pull request #1318 from reitermarkus/refactor-cask-tests
Markus Reiter
2016-10-18
Merge pull request #1312 from narendasan/cask_update_error_msgs
Josh Hagins
2016-10-18
Force the use of `rubocop-cask`’s default configuration.
Markus Reiter
2016-10-18
Refactor `brew cask style` not to require `.rubocop.yml`.
Markus Reiter
2016-10-18
Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`.
Markus Reiter
2016-10-18
following to follow
Naren
2016-10-18
remove empty line and concatenate newline to e.message in cli.rb
Naren
2016-10-18
updating DSL test
Naren
2016-10-18
updated cmd to point to prebug steps url
Naren
2016-10-18
Merge pull request #1311 from MikeMcQuaid/audit-no-trailing-whitespace
Mike McQuaid
2016-10-18
audit: don't complain about trailing whitespace.
Mike McQuaid
2016-10-17
Merge pull request #1291 from Homebrew/cask/bump-rubocop-cask
Josh Hagins
2016-10-17
hbc/cli/style: bump RUBOCOP_CASK_VERSION
Josh Hagins
2016-10-17
Merge pull request #1306 from apjanke/tweak-brew-deps-zsh-completion
1.0.8
Mike McQuaid
2016-10-17
Merge pull request #1307 from apjanke/format-identifiers-inside-other-formatting
Mike McQuaid
2016-10-17
Formatter: identifier: only reset color, not full styling
Andrew Janke
2016-10-17
tweak zsh 'brew deps' completions
Andrew Janke
2016-10-16
Merge pull request #1298 from tdsmith/no-no-bad-unicode
Tim D. Smith
2016-10-16
Merge pull request #1304 from MikeMcQuaid/old-osx-git-shim-more
Mike McQuaid
2016-10-16
scm/git: more old OS X versions tweaks.
Mike McQuaid
2016-10-16
Merge pull request #1303 from MikeMcQuaid/old-osx-git-shim
Mike McQuaid
2016-10-16
Merge pull request #1301 from ilovezfs/mountain-lion-depend-on-xz
ilovezfs
2016-10-16
shims/scm/git: fix on old OS X versions.
Mike McQuaid
2016-10-16
Merge pull request #1300 from delamoe/patch-3
Uladzislau Shablinski
2016-10-16
dependency_collector: need xz dep on <= macOS 10.8
ilovezfs
2016-10-16
Update FAQ.md
delamoe
2016-10-15
Explain why info could be nil
Tim D. Smith
2016-10-15
Don't choke on invalid UTF-8 in `file` output
Tim D. Smith
2016-10-15
Merge pull request #1290 from maxnordlund/patch-1
Mike McQuaid
2016-10-15
Merge pull request #1208 from reitermarkus/puts-columns
Markus Reiter
2016-10-15
Fix when clause ordering.
Max Nordlund
2016-10-15
Move `Formatter.columns` into `utils/formatter`.
Markus Reiter
2016-10-15
Add test for `Formatter.columns`.
Markus Reiter
2016-10-15
Convert `puts_columns` to `puts Formatter.columns`.
Markus Reiter
2016-10-15
Use `proc` to fallback to `puts`.
Markus Reiter
2016-10-15
Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`.
Markus Reiter
2016-10-15
Change test for `puts_columns` with empty input.
Markus Reiter
2016-10-15
Don’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-15
Refactor `puts_columns`.
Markus Reiter
[next]