aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2017-02-11renamed where to formulaTimothee Cour
2017-02-11add brew where commandTimothee Cour
2017-02-10Fix: Use man generator HTML tagsFabian Mettler
2017-02-09Update manualsFabian Mettler
2017-02-06Update docs and manpages to include --fix optionGautham Goli
2017-01-29update: note migrations may be performed.Mike McQuaid
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
2017-01-26Split two headers so that both renderSaagar Jha
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
2017-01-25Merge pull request #1839 from justinmayer/persistent-configurationMike McQuaid
Add docs on persisting settings across upgrades
2017-01-17Add `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-16Merge pull request #1840 from ahundt/patch-1Mike McQuaid
clarify what should be in brew create url
2017-01-15Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpageMike McQuaid
brew.1: use uninstall instead of remove.
2017-01-15Fix documentation for HEAD upgrades.Mike McQuaid
These can now be done with just `brew upgrade`, like other upgrades. Fixes #1818.
2017-01-13clarify what should be in brew create urlAndrew Hundt
resolves https://github.com/Homebrew/brew/issues/1821
2017-01-13Add docs on persisting settings across upgradesJustin 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-11brew.1: use uninstall instead of remove.Mike McQuaid
Fixes #1817.
2017-01-09Deprecate 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-07docs/README: link to Versions.md.Mike McQuaid
2017-01-05Merge pull request #1780 from MikeMcQuaid/use-docs-linksMike McQuaid
Use docs.brew.sh links.
2017-01-04docs: fix titles on docs.brew.shJonathan Chang
2017-01-04Use docs.brew.sh links.Mike McQuaid