aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2017-04-30Interesting Taps and Forks: fix typo.Mike McQuaid
2017-04-28Taps and Forks: remove mailing list mention.Mike McQuaid
2017-04-27docs: tweak CSS.Mike McQuaid
Import new brew.sh CSS changes to improve the appearance of tables and links.
2017-04-21Merge pull request #2513 from Sharpie/nostalgiaMike McQuaid
README: Add Charlie to former maintainers.
2017-04-20README: Add Charlie to former maintainers.Charlie Sharpsteen
2017-04-20Merge pull request #2510 from bfontaine/be-be-be-beMarkus Reiter
Acceptable-Formulae: reword 'niche stuff'
2017-04-19xcode: 8.3.2 is latest versionJCount
2017-04-19Acceptable-Formulae: reword 'niche stuff'Baptiste Fontaine
2017-04-18Merge pull request #2478 from MikeMcQuaid/audit-skip-methodsMike McQuaid
audit: allow skipping audit methods.
2017-04-18create: 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-18audit: allow skipping audit methods.Mike McQuaid
Add `--only` and `--except` methods which can be used to selectively enable or disable audit groups.
2017-04-02Merge pull request #2412 from EricFromCanada/master1.1.12Mike McQuaid
Xcode: update supported versions & download URLs for 8.3
2017-04-02External Commands: document how `--help` works.Mike McQuaid
2017-04-02docs: use long flags.Mike McQuaid
2017-04-02Document all short flags.Mike McQuaid
2017-03-28update latest versions of Xcode for 10.11 & 10.12EricFromCanada
2017-03-26Update 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-25docs: code example reformattingEricFromCanada
Add labeled fences to most code blocks, monospace terms where appropriate, omit "$" when referring to variables
2017-03-25docs: update sample formulaEricFromCanada
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-25Merge pull request #1975 from MikeMcQuaid/pull-not-die-bottle-publishMike McQuaid
pull: warn (not die) on bottle publish failure.
2017-03-24Merge pull request #2371 from MikeMcQuaid/new-maintainer-tweaksMike McQuaid
New-Maintainer-Checklist: be more explicit.
2017-03-23pull: 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-22man: 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-22New-Maintainer-Checklist: be more explicit.Mike McQuaid
Note some additional ways to help, gotchas and how to get started.
2017-03-19docs: grammar edits, sentence-case secondary headingsEricFromCanada
Also changes some heading levels so only one primary heading appears per page.
2017-03-17Remove double space.Kare Morstol
2017-03-17Fix small typos in How-to-Create-and-Maintain-a-Tap.mdKare Morstol
2017-03-15Merge pull request #2326 from vszakats/sprotMike McQuaid
secure urls + remove -k from in-doc curl command
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-14Querying-Brew.md: directors => directoriesneutric
2017-03-12docs: add markers to ordered lists and sublistsEricFromCanada
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-11docs: update Brew Test Bot screen shotsEricFromCanada
2017-03-06Merge pull request #2272 from EricFromCanada/masterMike McQuaid
Add more flags and descriptions to man pages.
2017-03-06New-Maintainer-Checklist: add analytics link.Mike McQuaid
2017-03-05Add more flags and descriptions to man pages.EricFromCanada
2017-03-05docs.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-01Merge pull request #2233 from reitermarkus/remove-minitestMarkus Reiter
Remove Minitest.
2017-03-01README: add neutric to maintainers list.Mike McQuaid
2017-02-28Remove Minitest.Markus Reiter
2017-02-25Update brew's man page formatting and grammarEricFromCanada
Also update command specifications to match descriptions.
2017-02-25README: add FX Coudert.Mike McQuaid
2017-02-25README: sort, update maintainer list.Mike McQuaid
2017-02-24Add William Woodruff, JCount to maintainers listsWilliam Woodruff
2017-02-23Grammar fixes for docsEricFromCanada
Fixes to spelling and punctuation for consistency and readability.
2017-02-23Fix broken or inactive URLsEricFromCanada
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-13Merge pull request #1972 from timotheecour/pr_brew_where_commandMike McQuaid
add `brew formula` command to show location of a formula
2017-02-12README: move Xu to former maintainers.Mike McQuaid
2017-02-12Use HTTPS for the homepage.Mike McQuaid
2017-02-12Merge pull request #1873 from GauthamGoli/audit_custom_copsMike McQuaid
Custom Cops for `brew audit`
2017-02-11applied changes suggested in PRTimothee Cour