aboutsummaryrefslogtreecommitdiffstats
path: root/manpages
AgeCommit message (Collapse)Author
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2017-12-31Merge pull request #3616 from MikeMcQuaid/existing-install-optionsMike McQuaid
reinstall/upgrade: document use of options.
2017-12-31cask manpage: upgradecommitay
2017-12-30reinstall/upgrade: document use of options.Mike McQuaid
To avoid user confusion e.g. #3606.
2017-12-29Add brew cask upgrade initial documentationSean Prashad
2017-12-19Added info about no_proxy to docsIvars Berzinsh
2017-12-15README: add tdsmith to significant contribution list.Mike McQuaid
2017-12-15README: remove tdsmith from maintainers.Mike McQuaid
2017-12-11doctor: tell people not to file issues.Mike McQuaid
This stuff doesn't matter.
2017-12-08brew.1: clarify Homebrew's Ruby isn't 2.0 now.Mike McQuaid
Make this generic; it doesn't matter what version this is and this will future proof it.
2017-12-06Document HOMEBREW_FORCE_BREWED_CURLMike McQuaid
Should have been in #3482.
2017-11-30Unify proxy documentation.Mike McQuaid
Specify under the list of environment variables how to set each of those that we passthrough and use.
2017-11-26Allow optionally using Homebrew's curlMike McQuaid
If `HOMEBREW_FORCE_BREWED_CURL` is set then allow it to be used instead of the system `curl`.
2017-10-30bump-formula-pr: add --no-browse option.Mike McQuaid
If `--no-browse` is passed, don't pass the `--browse` argument to `hub` which opens the pull request URL in a browser. Instead, output it to the command line.
2017-10-26Unhide readall and update-reset from manpage.Mike McQuaid
These are both tools that end-users can find useful on occasion so it doesn't make sense to hide them.
2017-10-17Regenerate Manpage.md and brew.1Shaun Jackman
2017-09-28add --language to brew-cask manpageAdam Smith
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