| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-14 | Move `require?` to `utils`. | Markus Reiter | |
| 2017-06-12 | Autocorrect Rubocop Style/SpecialGlobalVars. | Mike McQuaid | |
| 2017-06-09 | Merge pull request #2752 from MikeMcQuaid/remove-unused-analytics | Mike McQuaid | |
| analytics: remove unused analytics. | |||
| 2017-06-07 | brew: no issue report prompt unless autoupdating. | Mike McQuaid | |
| Otherwise: you may be on an old enough version that we don't care. | |||
| 2017-06-07 | analytics: remove unused analytics. | Mike McQuaid | |
| We didn't end up using the `screenview` and `exception` analytics as much as expected so let's remove them and focus on stuff that's formula-specific. | |||
| 2017-06-03 | Merge pull request #2719 from MikeMcQuaid/external-command-homebrew-path | Mike McQuaid | |
| brew.rb: use HOMEBREW_PATH for external commands. | |||
| 2017-06-02 | brew.rb: use HOMEBREW_PATH for external commands. | Mike McQuaid | |
| They shouldn’t need to handle our environment filtering on the PATH as we’re essentially breaking an API for them otherwise. | |||
| 2017-06-02 | Re-revert "Fix operator spacing." | Markus Reiter | |
| 2017-05-29 | Fixup all RuboCop warnings. | Mike McQuaid | |
| 2017-05-18 | Make behavior clearer by returning false | Esther W | |
| 2017-05-18 | Remove to_s method | Esther W | |
| 2017-05-08 | Remove `to_s` from some `Pathname`s. | Markus Reiter | |
| 2017-05-07 | Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems" | Mike McQuaid | |
| This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d. | |||
| 2017-05-07 | Revert "Merge pull request #2603 from MikeMcQuaid/tweak-gem-vendoring" | Mike McQuaid | |
| This reverts commit 2372872974d1049c2beafe7dedb7f8f882502058, reversing changes made to 3e4547f52e7ebec633f8bfefc8a396d944edf908. | |||
| 2017-05-07 | Tweak Gem vendoring. | Mike McQuaid | |
| If people have `HOMEBREW_RUBY_PATH` set then things explode in a rather confusing fashion. Instead, run `bundle` for them with the arguments that they'd want. Also, move `macho` requires into the module itself; it's a pain having to do everything for Bundler before requiring `pathname` which is a core Ruby class. | |||
| 2017-05-07 | Vendor all Homebrew's gems. | Mike McQuaid | |
| Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant. | |||
| 2017-05-05 | Remove unused `e` from `rescue Interrupt`. | Markus Reiter | |
| 2017-04-30 | Use `PATH` where possible. | Markus Reiter | |
| 2017-04-23 | Fix and remove various TODOs. | Mike McQuaid | |
| Fix those that can be done so without tearing Homebrew to pieces and remove the comments for those that can never be done. | |||
| 2017-03-06 | Move `cask` to `cmd/`. | Markus Reiter | |
| 2016-12-10 | Tell people to report URL/tap deprecations to the tap. | Mike McQuaid | |
| Rather than Homebrew/brew or Homebrew/homebrew-core. | |||
| 2016-11-09 | brew.rb: don't exit when failing to set devcmdrun. | Mike McQuaid | |
| It's not necessary to make this a hard failure so don't (and this makes it more consistent with `brew.sh`). Fixes #1462. | |||
| 2016-10-04 | Make `core_tap_version_string` reusable. | Markus Reiter | |
| 2016-10-03 | Merge pull request #1190 from vladshablinsky/no-autoupdate-on-help | Mike McQuaid | |
| brew.sh: don't autoupdate if --help passed | |||
| 2016-10-02 | Merge pull request #1205 from MikeMcQuaid/help-external-commands | Mike McQuaid | |
| help: support `#:` help in external commands. | |||
| 2016-10-01 | brew.rb: update help parsing | Uladzislau Shablinski | |
| 2016-10-01 | Add `Formatter` module. | Markus Reiter | |
| 2016-10-01 | Refactor Tty. | Markus Reiter | |
| 2016-10-01 | help: support `#:` help in external commands. | Mike McQuaid | |
| Fixes https://github.com/Homebrew/homebrew-test-bot/issues/3 | |||
| 2016-09-23 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-22 | Use git describe to get the HOMEBREW_VERSION. | Mike McQuaid | |
| For tagged commits produces the output: - `1.0.1` For untagged commits with a dirty tree produces the output: - `1.0.1-19-g23efbc5-dirty` Performance: ``` git describe --tags --dirty 2> /dev/null 0.07s user 0.01s system 96% cpu 0.086 total ``` This means we can tag any commit without needing to manually remember to bump the revision every time. | |||
| 2016-09-17 | rubocop --auto-correct all hash-rocket usage. | Mike McQuaid | |
| 2016-09-17 | Move LinkedKegs migration. | Mike McQuaid | |
| Move the `LinkedKegs` migration into `utils.rb` so it can also be called from `brew.rb` on startup. | |||
| 2016-09-08 | brew.rb: don't restrict dev-cmd/*.rb to Homebrew developers. | Mike McQuaid | |
| 2016-08-24 | Improve HOMEBREW_BREW_FILE unset failure case. | Mike McQuaid | |
| Print a better exception message and handle this in more cases rather than producing confusing errors when it’s unset. | |||
| 2016-08-19 | edits | AnastasiaSulyagina | |
| 2016-08-18 | remove ruby 1.8 compatible codes | Xu Cheng | |
| 2016-08-17 | brew.rb: allow 10.5. | Mike McQuaid | |
| We'll keep the Homebrew installer pointing to Tigerbrew for now but as Homebrew/brew technically has no reason to not work on 10.5 let's remove this check. | |||
| 2016-07-24 | brew.rb: Use odie instead of onoe+exit | Baptiste Fontaine | |
| Closes #577. Signed-off-by: Baptiste Fontaine <b@ptistefontaine.fr> | |||
| 2016-07-15 | brew.{rb,sh}: move to Library/Homebrew. (#506) | Mike McQuaid | |
