| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-02 | Merge pull request #2412 from EricFromCanada/master1.1.12 | Mike McQuaid | |
| Xcode: update supported versions & download URLs for 8.3 | |||
| 2017-04-02 | External Commands: document how `--help` works. | Mike McQuaid | |
| 2017-04-02 | docs: use long flags. | Mike McQuaid | |
| 2017-04-02 | Document all short flags. | Mike McQuaid | |
| 2017-03-28 | update latest versions of Xcode for 10.11 & 10.12 | EricFromCanada | |
| 2017-03-26 | Update all references to taps. | Mike McQuaid | |
| - Remove taps that are (or will shortly be) deprecated. - Remove commands that are only relevant to the boneyard (which will shortly be removed). | |||
| 2017-03-25 | docs: code example reformatting | EricFromCanada | |
| Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables | |||
| 2017-03-25 | docs: update sample formula | EricFromCanada | |
| Also works around bug in Jekyll where a URL with a "#" will cause links in the same paragraph to not have their extensions replaced by using "#" instead. | |||
| 2017-03-25 | Merge pull request #1975 from MikeMcQuaid/pull-not-die-bottle-publish | Mike McQuaid | |
| pull: warn (not die) on bottle publish failure. | |||
| 2017-03-24 | Merge pull request #2371 from MikeMcQuaid/new-maintainer-tweaks | Mike McQuaid | |
| New-Maintainer-Checklist: be more explicit. | |||
| 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-22 | man: generate Markdown man page. | Mike McQuaid | |
| The existing `brew.1.html` wasn't particularly pleasant to read and given everything else in `docs/` is a Markdown file it makes sense to generate a post-processed Markdown file that can in turn be used by Jekyll to generate a nicely themed HTML file. | |||
| 2017-03-22 | New-Maintainer-Checklist: be more explicit. | Mike McQuaid | |
| Note some additional ways to help, gotchas and how to get started. | |||
| 2017-03-19 | docs: grammar edits, sentence-case secondary headings | EricFromCanada | |
| Also changes some heading levels so only one primary heading appears per page. | |||
| 2017-03-17 | Remove double space. | Kare Morstol | |
| 2017-03-17 | Fix small typos in How-to-Create-and-Maintain-a-Tap.md | Kare Morstol | |
| 2017-03-15 | Merge pull request #2326 from vszakats/sprot | Mike McQuaid | |
| secure urls + remove -k from in-doc curl command | |||
| 2017-03-14 | secure urls + remove -k from in-doc curl command | Viktor Szakats | |
| 2017-03-14 | Querying-Brew.md: directors => directories | neutric | |
| 2017-03-12 | docs: add markers to ordered lists and sublists | EricFromCanada | |
| While GitHub allows a single space to denote a sublist, Jekyll is not so lenient. It also seems unable to handle ordered sublists. | |||
| 2017-03-11 | docs: update Brew Test Bot screen shots | EricFromCanada | |
| 2017-03-06 | Merge pull request #2272 from EricFromCanada/master | Mike McQuaid | |
| Add more flags and descriptions to man pages. | |||
| 2017-03-06 | New-Maintainer-Checklist: add analytics link. | Mike McQuaid | |
| 2017-03-05 | Add more flags and descriptions to man pages. | EricFromCanada | |
| 2017-03-05 | docs.brew.sh: use brew.sh theming. | Mike McQuaid | |
| Unfortunately there's no easy way to share this code with the brew.sh site but it's at least able to have the `css/`, `img/` (root) and `_layouts` directories in sync between the two repositories. Some small CSS tweaks were needed to make these pages render more attractively. | |||
| 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'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-23 | Grammar fixes for docs | EricFromCanada | |
| Fixes to spelling and punctuation for consistency and readability. | |||
| 2017-02-23 | Fix broken or inactive URLs | EricFromCanada | |
| Bare URLs are auto-linked on GitHub but not on docs.brew.sh, so I added angle brackets around them where appropriate. Also converted Markdown-linked URLs for clarity. | |||
| 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 | Use HTTPS for the homepage. | 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-10 | Fix: Use man generator HTML tags | Fabian Mettler | |
| 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-26 | Split two headers so that both render | Saagar Jha | |
| The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools". | |||
| 2017-01-25 | Merge pull request #1839 from justinmayer/persistent-configuration | Mike McQuaid | |
| Add docs on persisting settings across upgrades | |||
| 2017-01-17 | Add `keg_only :versioned_formula`. | Mike McQuaid | |
| This is used to indicate a formula is a version of another formula. This will be used to provide a consistent interface for older formulae versions and replaces the use of `conflicts_with`. | |||
| 2017-01-16 | Merge pull request #1840 from ahundt/patch-1 | Mike McQuaid | |
| clarify what should be in brew create url | |||
| 2017-01-15 | Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpage | Mike McQuaid | |
| brew.1: use uninstall instead of remove. | |||
