aboutsummaryrefslogtreecommitdiffstats
path: root/manpages/brew.1
AgeCommit message (Collapse)Author
2017-02-25README: sort, update maintainer list.Mike McQuaid
2017-02-24Add William Woodruff, JCount to maintainers listsWilliam Woodruff
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-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-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-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-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-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-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-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-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-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-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-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-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-24Update manpage.Mike McQuaid
Add some missed changes. I'll add a CI check for this at a future point.
2016-09-20Simplify `brew man` authors.Markus Reiter
2016-09-20Update documentation links.Mike McQuaid
2016-09-20Rearrange repository files.Mike McQuaid