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
/
dev-cmd
/
bottle.rb
Age
Commit message (
Expand
)
Author
2018-02-01
docs: add more missing option descriptions
EricFromCanada
2017-11-18
bottle: use HOMEBREW_GIT_* vars.
Mike McQuaid
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-09-24
Rubocop: manual rule fixes.
Mike McQuaid
2017-09-24
Rubocop: automatic rule fixes.
Mike McQuaid
2017-06-02
Re-revert "Fix operator spacing."
Markus Reiter
2017-06-01
Revert "Fix operator spacing."
ilovezfs
2017-05-31
Fix operator spacing.
Markus Reiter
2017-05-29
Fixup all RuboCop warnings.
Mike McQuaid
2017-04-02
Document all short flags.
Mike McQuaid
2017-03-06
bottle: Remove superfluous odie
Shaun Jackman
2017-03-05
Add more flags and descriptions to man pages.
EricFromCanada
2017-02-25
Update brew's man page formatting and grammar
EricFromCanada
2017-01-22
bottle: fix regex
Xu Cheng
2017-01-17
bottle: add: improve regexp to recognize comments
Zhiming Wang
2016-11-20
Replace Utils::JSON with corelib JSON calls.
William Woodruff
2016-11-06
bottle: improve relocatability check
ilovezfs
2016-10-25
bottle: fix nonexistent pyc bug
Zhiming Wang
2016-10-24
keg_relocate: refactor relocate_text_files
Josh Hagins
2016-10-24
keg_relocate: cache files rewritten during brew bottle
Josh Hagins
2016-10-04
Merge pull request #1145 from reitermarkus/module-function
Markus Reiter
2016-10-02
Fix `Tty.gray`.
Markus Reiter
2016-10-02
Merge pull request #823 from reitermarkus/refactoring-tty
Markus Reiter
2016-10-02
Use `module_function` for commands.
Markus Reiter
2016-10-01
Add `Formatter` module.
Markus Reiter
2016-10-01
Refactor Tty.
Markus Reiter
2016-09-29
Fix Lint/NestedMethodDefinition` in `dev-cmd/bottle.rb`.
Markus Reiter
2016-09-23
Fix Style/IfUnlessModifier.
Markus Reiter
2016-09-23
Fix Style/GuardClause.
Markus Reiter
2016-09-23
Fix Performance/FixedSize.
Markus Reiter
2016-09-22
Remove old cctools references now that only ruby-macho is used.
William Woodruff
2016-09-19
Merge pull request #1019 from MikeMcQuaid/macos-rename
Mike McQuaid
2016-09-18
Use new "macOS" naming where appropriate.
Mike McQuaid
2016-09-18
Relocate HOMEBREW_REPOSITORY when necessary.
Mike McQuaid
2016-09-13
bottle: allow forcing tap when not present.
Mike McQuaid
2016-09-12
bottle: remove debug statements.
Mike McQuaid
2016-09-11
dev-cmd/bottle: fix Rubocop warnings.
Mike McQuaid
2016-09-11
bottle: set bottle block tap.
Mike McQuaid
2016-09-11
Merge pull request #916 from MikeMcQuaid/bottle-old-value
Mike McQuaid
2016-09-10
bottle: fix old_value/value ordering for --merge.
Mike McQuaid
2016-09-10
bottle: use key/value rather than field.
Mike McQuaid
2016-09-10
bottle: further improve --keep-old mismatching.
Mike McQuaid
2016-09-10
bottle: improve --keep-old failure output.
Mike McQuaid
2016-09-08
Don't hide some (now) developer commands.
Mike McQuaid
2016-09-08
Move developer-focused commands to dev-cmd.
Mike McQuaid