| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-07 | tests: cleanup tests. | Mike McQuaid | |
| Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead. | |||
| 2017-06-07 | edit: tweak default editors. | Mike McQuaid | |
| Add `atom` (not my editor of choice [TextMate for life!]) but widely used enough to probably warrant it. Also, reorder based on my best guestimates of current usage and cleanup the editor code while we're here. | |||
| 2017-06-07 | reinstall: remove partially installed keg. | Mike McQuaid | |
| Previously if a `brew reinstall` was Ctrl-Cd after some files had been installed it wouldn't try to remove the partially installed keg and the renaming of the backed-up keg would fail. Alternatively, remove the partially installed keg as if it has been Ctrl-Cd or otherwise failed then it's not desirable to keep it. | |||
| 2017-06-07 | Merge pull request #2729 from reitermarkus/cask-require-sha | Markus Reiter | |
| Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`. | |||
| 2017-06-07 | Merge pull request #2744 from DomT4/this_time_of_year_again | Mike McQuaid | |
| High Sierra: more initial support | |||
| 2017-06-07 | tty: handle non-tty stdin. | Mike McQuaid | |
| When stdin is not a tty then the message `stty: stdin isn't a terminal` will be produced. Silence this message and fall back to `tput` when it fails and default to 80 if we get no results at all. Follow-up from #2714. | |||
| 2017-06-07 | pkgconfig: add initial files for 10.13 | Dominyk Tiller | |
| 2017-06-07 | os/mac/xcode: add CLT Clang for 10.13 | Dominyk Tiller | |
| 2017-06-06 | Fix parsing `--require-sha` and `HOMEBREW_CASK_OPTS`. | Markus Reiter | |
| 2017-06-06 | Sort `Hbc::installed`. | Markus Reiter | |
| 2017-06-06 | Merge pull request #2738 from constXife/master | Mike McQuaid | |
| undefined local variable or method `ruby_version' on macOS 10.13 beta | |||
| 2017-06-06 | Merge pull request #2734 from rwhogg/fix-reinstall-without-bottle | Mike McQuaid | |
| cmd/reinstall: Fix reinstallation of formulae without bottles | |||
| 2017-06-06 | diagnostic_spec: tweak_formatting. | Mike McQuaid | |
| 2017-06-06 | Fix undefined variable ruby_version | constXife | |
| 2017-06-06 | os/mac/xcode: recognise Xcode 9.0 | Dominyk Tiller | |
| 2017-06-06 | os/mac: add Xcode 9.0 Beta recognition | Dominyk Tiller | |
| 2017-06-06 | os/mac/xcode: expect Xcode 8.3.3 | Dominyk Tiller | |
| 2017-06-06 | os/mac: add Xcode 8.3.3 support | Dominyk Tiller | |
| 2017-06-05 | cmd/reinstall: Fix reinstallation of formulae without bottles | Bob W. Hogg | |
| Reinstallation of non-bottled formulae was failing because it used a deprecated method. Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2017-06-05 | mac/version: add High Sierra symbol | Dominyk Tiller | |
| 2017-06-04 | pull_spec: use stable, non-fork PR for patch expectation | JCount | |
| 2017-06-04 | Merge pull request #2599 from peternewman/patch-11.2.2 | Mike McQuaid | |
| Fix internal links on the manpage | |||
| 2017-06-04 | Change manpage internal links in correct location. | Mike McQuaid | |
| 2017-06-04 | Merge pull request #2718 from reitermarkus/rubocop-audit | Markus Reiter | |
| Fix `rubocop` in `brew audit`. | |||
| 2017-06-04 | Merge pull request #2727 from reitermarkus/refactor-formula-versions | Markus Reiter | |
| Refactor `FormulaVersions`. | |||
| 2017-06-04 | Refactor `formula_at_revision`. | Markus Reiter | |
| 2017-06-04 | Add test for `brew style`. | Markus Reiter | |
| 2017-06-03 | AbstractCommand: fix return type of .abstract? | Misty De Meo | |
| 2017-06-03 | cask_loader: fix return types for .can_load? | Misty De Meo | |
| 2017-06-03 | String: backport #match? from 2.4.0 | Misty De Meo | |
| 2017-06-03 | Fix `rubocop` in `brew audit`. | Markus Reiter | |
| 2017-06-03 | release-notes: fix style complaint. | Mike McQuaid | |
| 2017-06-03 | audit: fix pypi strict audit capture group. | Mike McQuaid | |
| 2017-06-03 | release-notes: include PR author names. | Mike McQuaid | |
| Attribution is love. | |||
| 2017-06-03 | Merge pull request #2723 from MikeMcQuaid/missing-formula-shallow-clones | Mike McQuaid | |
| missing_formula: note on shallow clones. | |||
| 2017-06-03 | missing_formula: note on shallow clones. | Mike McQuaid | |
| This avoids the user confusion on incomplete results seen in http://discourse.brew.sh/t/missing-formula-location/818/7 | |||
| 2017-06-03 | Merge pull request #2726 from MikeMcQuaid/audit-pypi-urls | Mike McQuaid | |
| audit: check pypi URLs | |||
| 2017-06-03 | Merge pull request #2725 from MikeMcQuaid/audit-formulae-options-fix | Mike McQuaid | |
| audit: fix false negative for formulae options. | |||
| 2017-06-03 | Merge pull request #2722 from ↵ | Mike McQuaid | |
| MikeMcQuaid/formula-installer-show-upgrade-revision formula_installer: display full upgrade version. | |||
| 2017-06-03 | Merge pull request #2720 from MikeMcQuaid/install-cask-env-filtering | Mike McQuaid | |
| install: fix cask install with env filtering. | |||
| 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-03 | Merge pull request #2724 from MikeMcQuaid/capital-desc | Mike McQuaid | |
| formula_desc_cop: desc should be capitalised. | |||
| 2017-06-03 | Merge pull request #2712 from 13k/hbc-dsl-appcast-fix | Markus Reiter | |
| Fix curl invocation in Hbc::DSL::Appcast | |||
| 2017-06-03 | Merge pull request #2728 from reitermarkus/brew-cask-info | Markus Reiter | |
| Fix `brew cask info` for removed Casks. | |||
| 2017-06-03 | Merge pull request #2716 from reitermarkus/re-revert | Markus Reiter | |
| Re-revert "Fix operator spacing." | |||
| 2017-06-03 | Fix `brew cask info` for removed Casks. | Markus Reiter | |
| 2017-06-02 | audit: check pypi URLs | Mike McQuaid | |
| #373 implemented as a strict check (thanks nijikon) | |||
| 2017-06-02 | audit: fix false negative for formulae options. | Mike McQuaid | |
| Handle the case where an if/unless is detected and then write off this line for option handling. | |||
| 2017-06-02 | formula_desc_cop: desc should be capitalised. | Mike McQuaid | |
| Note that the formula description field should start with a capital letter. | |||
