aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
AgeCommit message (Collapse)Author
2018-02-28irb: add pry support.Mike McQuaid
Make `brew irb` optionally support `pry`. While doing so, also make it a `dev-cmd`.
2018-02-22Use more docs.brew.sh short linksMike McQuaid
These are nicer on the eyes.
2018-02-12Tty: if HOMEBREW_NO_COLOR env var is present, disable colorjoshua stein
bin/brew will recognize NO_COLOR variable and copy it to HOMEBREW_NO_COLOR
2018-02-01update all_proxy and man pages #3751xiehuc
2018-01-18Update other Homebrew maintainers.Mike McQuaid
2017-12-31cask manpage: upgradecommitay
2017-12-29Add brew cask upgrade initial documentationSean Prashad
2017-12-19Added info about no_proxy to docsIvars Berzinsh
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-09-28add --language to brew-cask manpageAdam Smith
2017-09-02Updated cask search manpageAlexey Alekhin
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-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-24Deprecate `--caskroom` flag.Markus Reiter
2017-05-23Add `SUDO_ASKPASS` to `brew-cask` manpage.Markus Reiter
2017-05-18Merge pull request #2494 from numbermaniac/fix-envMarkus Reiter
cask manpage: Fix section header link for Environment
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-04-15Fix section header link for Environmentnumbermaniac
brew-cask.1.md
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-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-01-27Update brew-cask.1.mdMiccal Matthews
2017-01-23Add manpage entry for _appcast_checkpoint.Markus Reiter
2017-01-11brew.1: use uninstall instead of remove.Mike McQuaid
Fixes #1817.
2017-01-04Use docs.brew.sh links.Mike McQuaid
2016-12-30Remove `brew cask update` from manpage.Markus Reiter
2016-10-24Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_caskJosh Hagins
add cask reinstall command
2016-10-24Remove duplicate description of <token>Martin Schimandl
2016-10-23Add documentation for cask reinstall commandMartin Schimandl
2016-10-23Add dictionary artifactEitot
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-09-26Fix documentation for --caskroom defaultNathan Toone
2016-09-20Simplify `brew man` authors.Markus Reiter
2016-09-20Update `brew-cask man page.Markus Reiter
2016-09-20Update documentation links.Mike McQuaid
2016-09-20man: read lead, former maintainers, creator.Mike McQuaid
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
2016-09-08Add DEVELOPER COMMANDS to manpage.Mike McQuaid
2016-08-27man: update for tap preinstallDominyk Tiller
2016-08-22Move Cask man page to root.Markus Reiter
2016-08-17Tweak HOMEBREW_DEVELOPER documentation.Mike McQuaid
This option does more than just print warnings so let's make a more generic description with a more specific example. Closes #716.
2016-08-16Merge pull request #513 from MikeMcQuaid/enable-vendor-rubyMike McQuaid
Enable vendored Ruby 2.0.
2016-08-10Enable vendored Ruby 2.0.Mike McQuaid