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