aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/manpages
AgeCommit message (Collapse)Author
2015-08-10man: remove unnecessary --all in brew upgradeXu Cheng
2015-08-10add manpagesVlad Shablinsky
2015-08-10update man pageCNA-Bld
Closes Homebrew/homebrew#41736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-02Add Alex Dunn as a maintainer.Alex Dunn
Closes Homebrew/homebrew#42347. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-14manpage: new maintainers added to the listBaptiste Fontaine
I kept the same order as in README.md. Closes Homebrew/homebrew#41655. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-11commands: support list all commands without headerXu Cheng
2015-07-09audit: add --online flag.Mike McQuaid
Also add it to the manpage and brew-test-bot. Closes Homebrew/homebrew#41516. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-08brew.1: document `install --force-bottle`Alex Dunn
Closes Homebrew/homebrew#41398. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-06support downloading bottles through 3rd-party mirrorXu Cheng
Closes Homebrew/homebrew#41328. Closes Homebrew/homebrew#41332. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-04Remove myself from the maintainers listJack Nagel
It's been fun.
2015-07-03add `brew command`Xu Cheng
Closes Homebrew/homebrew#41034. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-26man: fix typoDominyk Tiller
2015-06-25Adds JSON output to `outdated` commandColin Dean
After some musing on brunophilipe/Cakebrew#71, I thought it would be useful to let Cakebrew and other tools grab the outdated formulae version information using a method more elegant than regex. Closes Homebrew/homebrew#30693. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-06-22manpage: update list commandXu Cheng
Closes Homebrew/homebrew#40921. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-14man: fix typoDominyk Tiller
Re: https://github.com/Homebrew/homebrew/commit/ad92f10ec35dcdbdd3424f663ffc7ff53287f714#commitcomment-11670008
2015-06-14Update tap documentation.Peter Aronoff
Closes Homebrew/homebrew#40481. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-14manpages: document new environmental variableDominyk Tiller
Closes Homebrew/homebrew#38835. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-11manpage: add tap-infoXu Cheng
2015-06-10Various edits for punctuation, grammar, spelling, etc.Larry Gilbert
Closes Homebrew/homebrew#40478. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-05Revert "upgrade: announce usage of --all."Mike McQuaid
This reverts commit 9032f165bec3d0c7452169093fab32578816043b. This seems to have been universally unpopular so let's revert it. Closes Homebrew/homebrew#40372. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-27update manpageXu Cheng
2015-05-26More explanation of HOMEBREW_{CELLAR,PREFIX,REPOSITORY}Larry Gilbert
Closes Homebrew/homebrew#39447. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-05-14Use "directory", not "folder"Jack Nagel
2015-05-14brew.1.md: Document HOMEBREW_LOGSShaun Jackman
Edit Library/Homebrew/manpages/brew.1.md Regenerate share/man/man1/brew.1 Closes Homebrew/homebrew#39722. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-08tap: support fast cloneXu Cheng
Closes Homebrew/homebrew#37592. Closes Homebrew/homebrew#38268. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-06manpage: fix brew upgrade sentenceXu Cheng
2015-05-06replace `brew upgrade` with `brew upgrade --all`.Xu Cheng
2015-05-05Update links to GitHub's personal access tokenAlex Muller
The link for the page that allows creation of API tokens has changed from /settings/applications to /settings/tokens. Also the wording on that page calls them "personal access tokens", so update Homebrew to be consistent with that. Closes Homebrew/homebrew#39378. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-27manpage: add missing documentXu Cheng
Closes Homebrew/homebrew#38351. Closes Homebrew/homebrew#38960. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-26upgrade: announce usage of --all.Mike McQuaid
Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes Homebrew/homebrew#38572.
2015-04-16cleanup: add --prune to delete old cache files.Mike McQuaid
2015-03-28manpage: fix typoShammel Lee
Closes Homebrew/homebrew#38168. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-02-26Remove SourceForge references.Mike McQuaid
It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-24typos fixed & empty lines removed in the brew manpageBaptiste Fontaine
Closes Homebrew/homebrew#37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-17Fix a couple of formatting issues in man pageJack Nagel
2015-02-09test-bot: only test the runtime dependencies.Xu Cheng
Also add support to `brew uses` to ignore build or optional dependencies. Closes Homebrew/homebrew#36154. Closes Homebrew/homebrew#36656. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-03Use more https links and some link updates along the wayViktor Szakats
Closes Homebrew/homebrew#35529. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-27manpage: document `brew audit --strict`.Mike McQuaid
2014-12-19(un)linkapps: allow unlink/link specific formulae.Xu Cheng
Closes Homebrew/homebrew#35080. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-21Tweak phrasingJack Nagel
2014-11-21Updated `outdated` docs to include `--verbose` optionChris
Update man page to reflect change per issue Homebrew/homebrew#27813 (commit 9362781). Closes Homebrew/homebrew#34317. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-16Remove more references to removed external commandsJack Nagel
2014-10-26Update Homebrew's authors.Mike McQuaid
2014-10-26Import docs from wiki.Mike McQuaid
Closes Homebrew/homebrew#33211.
2014-09-24Move manpage to Homebrew (from Contributions).Mike McQuaid
As this is something we support and update.