aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
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
2017-01-04Cleanup documentation siteMike 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-03Merge pull request #1767 from MikeMcQuaid/docs-updatesMike McQuaid
General documentation updates.
2017-01-03Add versions documentation.Mike McQuaid
2017-01-03Set theme jekyll-theme-caymanMike McQuaid
2017-01-02General documentation updates.Mike McQuaid
Mostly related to the newer ways we’re handling versions and the incoming deprecation of devel-only, head-only and versions.
2017-01-02bottles: --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-27Correct location of taps (doc)Andrew McKinlay
2016-12-19brew create: add meson supportTom 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-12-13Fix typoRadek Pietruszewski
2016-12-10Markup for PR guideDavid Broder-Rodgers
2016-12-08Made the pull request guide slightly less formula specificDavid Broder-Rodgers
2016-12-07Minimize line lengthromellem
2016-12-07Generic language targeting macOSromellem
2016-12-06Bottles are created for Yosemite and higherromellem
After Issue #985 was merged, bottles for Mavericks are no longer being built, meaning installations are triggering builds. Update the FAQ to show that builds will most likely now be triggers on Mavericks since their bottles are not being generated.
2016-12-04added 'CLT' abbreviation after 'Command Line Tools' (so that if someone ↵Amber Jain
follows link to footnote#3, the meaning of 'CLT' in footnote is clear)
2016-11-26docs/Checksum_Deprecation.md: Note that SHA-1 now blocks installationBob W. Hogg
This document was out of date as of https://github.com/Homebrew/brew/pull/1451
2016-11-25Change my site addressMichał Gołębiowski
I no longer maintain my former site so it's better to link to my GitHub account.
2016-11-17bump-formula-pr: add --message optionZhiming Wang
For user-supplied PR message.
2016-11-11Merge pull request #1082 from alyssais/uninstall_dependancy_errorMike McQuaid
uninstall: refuse when dependents still installed
2016-11-08Merge pull request #1453 from ddbeck/revise-troubleshootingMike McQuaid
Revise Troubleshooting.md
2016-11-07restore the more forceful introduction to the Troubleshooting docDaniel D. Beck
2016-11-07Only remove .pydistutils.cfg option, not command lineNar Kumar
2016-11-07Do not recommend --prefix=<empty> hack, this breaks default pip commandNar Kumar Chhantyal
2016-11-06revise troubleshooting docDaniel D. Beck
2016-11-06stop short-circuiting the common issues troubleshooting stepsDaniel D. Beck
2016-11-06put troubleshooting steps in order of specificityDaniel D. Beck
2016-11-04Fix TypoBrian Dunn
2016-11-03Correct a few typosMandar Gokhale
...and update man pages where applicable
2016-10-30Update manAlyssa Ross
2016-10-28docs: remove zmwangx from the list of maintainersZhiming Wang
2016-10-25uninstall: document --ignore-dependenciesAlyssa Ross
2016-10-22Add `brew release-notes` developer command.Mike McQuaid
Outputs the merged pull requests on Homebrew/brew between two Git refs.
2016-10-16Update FAQ.mddelamoe
### Is there a glossary of terms around? All your terminology needs can be [found here](docs/Formula-Cookbook.md#homebrew-terminology). results in 404 error
2016-10-15Rename tap-readme command to tap-new.Mike McQuaid
Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`).
2016-10-14Haggins -> HaginsJosh Hagins