| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-13 | More environment filtering tweaks | Mike McQuaid | |
| - only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes | |||
| 2017-05-03 | Add `--only-cops`,`--except-cops` options for brew style and simplify cop names | Gautham Goli | |
| 2017-05-02 | Add `--only-cops`,`--except-cops` options for brew audit | Gautham Goli | |
| Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict | |||
| 2017-04-20 | README: Add Charlie to former maintainers. | Charlie Sharpsteen | |
| 2017-04-18 | Merge pull request #2478 from MikeMcQuaid/audit-skip-methods | Mike McQuaid | |
| audit: allow skipping audit methods. | |||
| 2017-04-18 | create: use GitHub metadata where available. | Mike McQuaid | |
| GitHub provides a description and homepage field so let `brew create` use them where possible. Also, detect GitHub repositories based on `releases` as well as `archive`s. | |||
| 2017-04-18 | audit: allow skipping audit methods. | Mike McQuaid | |
| Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups. | |||
| 2017-04-02 | Document all short flags. | Mike McQuaid | |
| 2017-03-23 | pull: optionally warn (not die) on bottle publish failure. | Mike McQuaid | |
| This is useful when you're pulling PRs where individual bottles can't be uploaded/built but you still want to pull the PR as a whole anyway. | |||
| 2017-03-15 | add command 'cask outdated' | Valentin VĂLCIU | |
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-12 | Change instances of caskroom.io to caskroom.github.io | Numbermaniac | |
| 2017-03-05 | Add more flags and descriptions to man pages. | EricFromCanada | |
| 2017-03-01 | Merge pull request #2233 from reitermarkus/remove-minitest | Markus Reiter | |
| Remove Minitest. | |||
| 2017-03-01 | README: add neutric to maintainers list. | Mike McQuaid | |
| 2017-02-28 | Remove Minitest. | Markus Reiter | |
| 2017-02-25 | Update brew cask's man page formatting and grammar | EricFromCanada | |
| Includes replacing some non-ASCII characters, which weren't being processed properly. | |||
| 2017-02-25 | Update brew's man page formatting and grammar | EricFromCanada | |
| Also update command specifications to match descriptions. | |||
| 2017-02-25 | README: add FX Coudert. | Mike McQuaid | |
| 2017-02-25 | README: sort, update maintainer list. | Mike McQuaid | |
| 2017-02-24 | Add William Woodruff, JCount to maintainers lists | William Woodruff | |
| 2017-02-13 | Merge pull request #1972 from timotheecour/pr_brew_where_command | Mike McQuaid | |
| add `brew formula` command to show location of a formula | |||
| 2017-02-12 | README: move Xu to former maintainers. | Mike McQuaid | |
| 2017-02-12 | Merge pull request #1873 from GauthamGoli/audit_custom_cops | Mike McQuaid | |
| Custom Cops for `brew audit` | |||
| 2017-02-11 | applied changes suggested in PR | Timothee Cour | |
| 2017-02-11 | renamed where to formula | Timothee Cour | |
| 2017-02-11 | add brew where command | Timothee Cour | |
| 2017-02-09 | Update manuals | Fabian Mettler | |
| 2017-02-06 | Update docs and manpages to include --fix option | Gautham Goli | |
| 2017-01-29 | update: note migrations may be performed. | Mike McQuaid | |
| As requested in https://github.com/Homebrew/homebrew-core/issues/9316. | |||
| 2017-01-27 | Update brew-cask.1 | Miccal Matthews | |
| 2017-01-23 | Add manpage entry for _appcast_checkpoint. | Markus Reiter | |
| 2017-01-15 | Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpage | Mike McQuaid | |
| brew.1: use uninstall instead of remove. | |||
| 2017-01-15 | Fix documentation for HEAD upgrades. | Mike McQuaid | |
| These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818. | |||
| 2017-01-11 | brew.1: use uninstall instead of remove. | Mike McQuaid | |
| Fixes #1817. | |||
| 2017-01-09 | Deprecate brew (un)linkapps. | Mike McQuaid | |
| Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" `.app` bundles that can be relocated. Instead, please consider using `brew cask` and migrate formulae using `.app`s to casks. | |||
| 2017-01-04 | Use docs.brew.sh links. | Mike McQuaid | |
| 2017-01-04 | Cleanup documentation site | Mike McQuaid | |
| GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings. | |||
| 2017-01-02 | bottles: --force-bottle feigns or_later. | Mike McQuaid | |
| When reproducing issues with software that hasn’t been bottled yet on your version of macOS it can sometimes be helpful to use `or_later` bottle functionality i.e. just use the bottle for the latest version of macOS available. This maps well to the existing `--force-bottle` argument so it will now act as if the latest bottle has a `or_later` ending. | |||
| 2016-12-30 | Remove `brew cask update` from manpage. | Markus Reiter | |
| 2016-12-19 | brew create: add meson support | Tom Schoonjans | |
| meson is quickly gaining popularity as build system, in combination with ninja. Several Gnome projects for example are currently transitioning from autotools to meson, mostly because it allows for Visual Studio builds, which is impossible to accomplish with autotools. In order to facilitate generating meson based Formulas, I added support for meson to brew-create. | |||
| 2016-11-17 | bump-formula-pr: add --message option | Zhiming Wang | |
| For user-supplied PR message. | |||
| 2016-11-11 | Merge pull request #1082 from alyssais/uninstall_dependancy_error | Mike McQuaid | |
| uninstall: refuse when dependents still installed | |||
| 2016-11-03 | Correct a few typos | Mandar Gokhale | |
| ...and update man pages where applicable | |||
| 2016-10-30 | Update man | Alyssa Ross | |
| 2016-10-28 | docs: remove zmwangx from the list of maintainers | Zhiming Wang | |
| 2016-10-25 | uninstall: document --ignore-dependencies | Alyssa Ross | |
| 2016-10-24 | Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_cask | Josh Hagins | |
| add cask reinstall command | |||
| 2016-10-24 | Remove duplicate description of <token> | Martin Schimandl | |
| 2016-10-23 | Add documentation for cask reinstall command | Martin Schimandl | |
