| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 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-13 | clarify what should be in brew create url | Andrew Hundt | |
| resolves https://github.com/Homebrew/brew/issues/1821 | |||
| 2017-01-13 | Add docs on persisting settings across upgrades | Justin Mayer | |
| There are some formulas in which Homebrew symlinks configuration files into /usr/local/etc/ instead of copying them, resulting in custom settings being overwritten on package upgrades. This addition to the documentation illustrates one way to avoid this behavior by ensuring the configure script is told where to copy the configuration file(s). Refs https://github.com/Homebrew/homebrew-core/issues/8711 | |||
| 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-07 | docs/README: link to Versions.md. | Mike McQuaid | |
| 2017-01-05 | Merge pull request #1780 from MikeMcQuaid/use-docs-links | Mike McQuaid | |
| Use docs.brew.sh links. | |||
| 2017-01-04 | docs: fix titles on docs.brew.sh | Jonathan Chang | |
| 2017-01-04 | Use docs.brew.sh links. | Mike McQuaid | |
