| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| Also update command specifications to match descriptions. | |||
| 2017-01-22 | bottle: fix regex | Xu Cheng | |
| Noted that this is intended for the revision of this formula instead of rebuild of a bottle. | |||
| 2017-01-17 | bottle: add: improve regexp to recognize comments | Zhiming Wang | |
| This would have eliminated the need for Homebrew/homebrew-core#9000, for instance. | |||
| 2016-11-20 | Replace Utils::JSON with corelib JSON calls. | William Woodruff | |
| 2016-11-06 | bottle: improve relocatability check | ilovezfs | |
| Given how common it is for formulae to hard-code `etc` and `var`, check for those paths (`/usr/local/etc` and `/usr/local/var`) when determing relocatability. | |||
| 2016-10-25 | bottle: fix nonexistent pyc bug | Zhiming Wang | |
| We were deleting pyc files *after* replace_locations_with_placeholders and recording changed_files, meaning that some of the recorded files were to be deleted. The correct order is the opposite. A sample failed session: https://bot.brew.sh/job/Homebrew%20Core/10080/version=el_capitan/testReport/junit/brew-test-bot/el_capitan/bottle_buku/. | |||
| 2016-10-24 | keg_relocate: refactor relocate_text_files | Josh Hagins | |
| Replace relocate_text_files with three methods that clarify intent: replace_locations_with_placeholders, replace_placeholders_with_locations and replace_text_in_files, the first two calling the third. | |||
| 2016-10-24 | keg_relocate: cache files rewritten during brew bottle | Josh Hagins | |
| `brew bottle` replaces instances of the Homebrew prefix, cellar, and repository with placeholders in all text files. Cache these files in INSTALL_RECEIPT.json so that we don't have to check every single text file for placeholders on install. | |||
| 2016-10-04 | Merge pull request #1145 from reitermarkus/module-function | Markus Reiter | |
| Use `module_function` for `Homebrew` module. | |||
| 2016-10-02 | Fix `Tty.gray`. | Markus Reiter | |
| 2016-10-02 | Merge pull request #823 from reitermarkus/refactoring-tty | Markus Reiter | |
| Refactor Tty. | |||
| 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 | |
| Use new "macOS" naming where appropriate. | |||
| 2016-09-18 | Use new "macOS" naming where appropriate. | Mike McQuaid | |
| Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. | |||
| 2016-09-18 | Relocate HOMEBREW_REPOSITORY when necessary. | Mike McQuaid | |
| Now that the default from the installer, our CI and soon all users is `/usr/local/Homebrew` it's a lot easier to check if there's references to it (as we cannot look for `/usr/local` as it's a too commonly hardcoded path). | |||
| 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 | |
| Avoids issues when using `—keep-old` | |||
| 2016-09-11 | Merge pull request #916 from MikeMcQuaid/bottle-old-value | Mike McQuaid | |
| bottle: fix old_value/value ordering for --merge. | |||
| 2016-09-10 | bottle: fix old_value/value ordering for --merge. | Mike McQuaid | |
| Previously this was the wrong way around causing it to not be accepting enough on e.g. a bump from :any to :any_no_relocation. | |||
| 2016-09-10 | bottle: use key/value rather than field. | Mike McQuaid | |
| Consistent naming is good. | |||
| 2016-09-10 | bottle: further improve --keep-old mismatching. | Mike McQuaid | |
| - Make the code more similar between `bottle` and `bottle --merge`. - Also output the mismatched values when using `--merge`. | |||
| 2016-09-10 | bottle: improve --keep-old failure output. | Mike McQuaid | |
| If fields have changed: tell the user what they were before and are afterwards. | |||
| 2016-09-08 | Don't hide some (now) developer commands. | Mike McQuaid | |
| 2016-09-08 | Move developer-focused commands to dev-cmd. | Mike McQuaid | |
