aboutsummaryrefslogtreecommitdiffstats
path: root/manpages
AgeCommit message (Collapse)Author
2017-09-02Updated cask search manpageAlexey Alekhin
2017-08-14Merge pull request #2996 from apjanke/non-formula-reqs-in-brew-deps-treeAndrew Janke
brew deps: add --include-requirements, plus some fixes
2017-08-11brew deps: add --include-requirementsAndrew Janke
2017-08-11Note cases when pinned formulae get upgraded.Mike McQuaid
Fixes #3021.
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-15Documentation improvementsMike McQuaid
- Document ilovezfs as the official lead maintainer of Homebrew/homebrew-core. This is a role he's been doing unofficially (and brilliantly) for a while and explicit documentation of power structures makes it easier for non-Homebrew-maintainers to understand. - Document the contents of some of Homebrew's subdirectories for people clicking around in the GitHub UI looking to contribute. - Remove update bug mention from README. Enough time has passed that we can remove this disappointment.
2017-07-13Run brew manMathieu Vonlanthen
2017-07-11Add a suitable explanatory lineVonUniGE
2017-07-08Update documentation of brew install syntax to match its actual behavior.VonUniGE
2017-06-17README: Baptiste is a former maintainer.Mike McQuaid
2017-06-15Fix outdated `--repository` man documentationMatthew Strax-Haber
2017-06-07tests: cleanup tests.Mike McQuaid
Remove pending tests that are never run on CI (i.e. require `--online`), remove fixtures for those tests and just make `--official-cmd-taps` run by `--online` instead.
2017-06-04Merge pull request #2599 from peternewman/patch-11.2.2Mike McQuaid
Fix internal links on the manpage
2017-06-04Change manpage internal links in correct location.Mike McQuaid
2017-05-30Update jenkins.brew.sh links.Mike McQuaid
These previously, incorrectly pointed to bot.brew.sh. Fixes #2703.
2017-05-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-23Add `SUDO_ASKPASS` to `brew-cask` manpage.Markus Reiter
2017-05-13More environment filtering tweaksMike McQuaid
- only document HOMEBREW_* variables in the manpage (although still read from all the original environment variables). - resort manpage environment variables in alphabetical order - check the original path for trailing slashes
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
Also refactor audit cops into two "departments" - FormulaAudit - FormulaAuditStrict
2017-04-20README: Add Charlie to former maintainers.Charlie Sharpsteen
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-02Document all short flags.Mike McQuaid
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-15add command 'cask outdated'Valentin VĂLCIU
2017-03-14secure urls + remove -k from in-doc curl commandViktor Szakats
2017-03-12Change instances of caskroom.io to caskroom.github.ioNumbermaniac
2017-03-05Add more flags and descriptions to man pages.EricFromCanada
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 cask's man page formatting and grammarEricFromCanada
Includes replacing some non-ASCII characters, which weren't being processed properly.
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-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-27Update brew-cask.1Miccal Matthews
2017-01-23Add manpage entry for _appcast_checkpoint.Markus Reiter
2017-01-15Merge pull request #1826 from MikeMcQuaid/remove-to-uninstall-manpageMike McQuaid
brew.1: use uninstall instead of remove.