aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2016-10-28docs: remove zmwangx from the list of maintainersZhiming Wang
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
2016-10-14Add tschoonj.Mike McQuaid
2016-10-14Add maintainers from Cask.Mike McQuaid
2016-10-14README: add significant previous maintainers.Mike McQuaid
2016-10-13man: update for my departureDominyk Tiller
2016-10-13Merge pull request #1278 from MikeMcQuaid/new-maintainer-checklist-updatesMike McQuaid
New-Maintainer-Checklist: update.
2016-10-13Update based on feedback.Mike McQuaid
2016-10-12Further terminology in docs + link on READMEMatt Brender
Addressing a few spots where I looked for terminology and did not find what I was looking for. Input based on a recent [podcast with Mike](https://changelog.com/podcast/223)
2016-10-12New-Maintainer-Checklist: update.Mike McQuaid
Update to the latest status quo.
2016-10-12doco: note 10.9 is now best-effort supportAndrew Janke
2016-10-09Revert "Migrate a Formula to Multiple Versions: add docs."Mike McQuaid
2016-10-09Merge pull request #1204 from ↵Mike McQuaid
MikeMcQuaid/migrate-a-formula-to-multiple-versions-docs Migrate a Formula to Multiple Versions: add docs.
2016-10-03Update Formula-Cookbook.mdneutric
2016-10-02Add official external commands to manpage.Mike McQuaid
These are the ones that are auto-installed without tapping and it makes sense to make them more prominent in our documentation as we've offloaded various functionality over the years to each of them.
2016-10-01Merge pull request #1201 from MikeMcQuaid/update-test-to-tagMike McQuaid
update-test: add --to-tag option.
2016-10-01Note keg_only changes.Mike McQuaid
2016-10-01Fix migrate formula link.Mike McQuaid
2016-10-01Migrate a Formula to Multiple Versions: add docs.Mike McQuaid
Add a document describing how to migrate a formula to our new multiple versions support, upgrade a multiple version formula and how to import a homebrew/versions formula into homebrew/core.
2016-10-01update-test: add --to-tag option.Mike McQuaid
This option is used to test updating between tags.
2016-10-01man: note --fail-if-changed date behaviour change.Mike McQuaid
As requested in #1199 this updates the documentation accordingly for that change.
2016-09-29Update man pagesSteven Peters
2016-09-29fix Formula path, support macOSMeng Ye
2016-09-27add pcmpl-homebrew for homebrew emacs pluginkaihaosw
2016-09-24Update manpage.Mike McQuaid
Add some missed changes. I'll add a CI check for this at a future point.
2016-09-22docs/Xcode: there is no 10.11 CLT 8.0Dominyk Tiller
From the 8.1 Xcode Beta: ``` There is no Command Line Tools (OS X 10.11) for Xcode 8 package. Xcode 8 contains SDKs that are incompatible with earlier toolchains. Developers who want to make use of the Xcode 8 SDKs from the command line must choose the SDK with `xcode-select`. Developers on OS X El Capitan who have installed versions of the Command Line Tools (OS X 10.11) for Xcode 8 Beta should install Command Line Tools (OS X 10.11) for Xcode 7.3.1. ``` Thanks Apple.
2016-09-22Xcode.md: update 10.11 expectationDominyk Tiller
2016-09-21readme update: it's version 1.0 alreadyNikolay Labinskiy
2016-09-20Merge pull request #1036 from reitermarkus/cask-manMarkus Reiter
Update `brew-cask` man page and simplify `brew man`.
2016-09-20Fix CONTRIBUTING.md references.Mike McQuaid
Closes #1040.
2016-09-20Simplify `brew man` authors.Markus Reiter
2016-09-20Update documentation links.Mike McQuaid
2016-09-20Rearrange repository files.Mike McQuaid