aboutsummaryrefslogtreecommitdiffstats
path: root/share/man
AgeCommit message (Collapse)Author
2015-04-26upgrade: announce usage of --all.HEADmasterMike McQuaid
Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes #38572.
2015-04-16cleanup: add --prune to delete old cache files.Mike McQuaid
2015-03-28manpage: fix typoShammel Lee
Closes #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 #37211. Closes #37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-24typos fixed & empty lines removed in the brew manpageBaptiste Fontaine
Closes #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 #36154. Closes #36656. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-03Use more https links and some link updates along the wayViktor Szakats
Closes #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 #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 #27813 (commit 9362781). Closes #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 #33211.
2014-09-18Implement `brew test --debug`Jack Nagel
2014-07-24brew.1: reference GCC 4.9.Mike McQuaid
2014-06-18Undocument `brew versions`Jack Nagel
2014-06-03regenerate manualAdam Vandenberg
2014-05-26Undocument search features that no longer existJack Nagel
Due to the fragility of the code, this functionality was removed in recent refactorings of the tap code. It is possible to restore these features, but it needs to be done in a cleaner, more maintainable way. Closes #29585.
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes #29318.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-16more explicit documentation for brew info --json=v1Adam Vandenberg
2014-05-16add --installed to json infoAdam Vandenberg
Closes #29315.
2014-05-06Add `brew deps --union` to man pageJack Nagel
2014-04-30--config -> configAdam Vandenberg
2014-04-27brew list --versions --multipleAdam Vandenberg
With --multiple, only list formulae with multiple versions installed.
2014-04-07Document behavior of `deps` and `uses` when given multiple argumentsJack Nagel
2014-03-15Modernize `brew diy`Jack Nagel
2014-03-10Add missing backtick to man pageJack Nagel
2014-03-08Remove "--fresh" option from installerJack Nagel
Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies.
2014-03-08remove brew info --allAdam Vandenberg
Closes #27322.
2014-03-04document fetch --force-bottleAdam Vandenberg
2014-03-02Document `brew info --json`Jack Nagel
Closes #26811.
2014-02-28Remove "brew info <URL>"Jack Nagel
Closes #27076.
2014-02-23remove HOMEBREW_KEEP_INFO from man pageAdam Vandenberg
2014-01-11man: add reinstall command.Mike McQuaid
2014-01-11man: use <br> instead of whitespace for linebreak.Mike McQuaid
2013-12-19install: add --only-dependencies optionSteven Peters
The traditional approach to installing the dependencies of a formula is the following: brew install `brew deps formula` This approach ignores any options that are specified in the parent formula. This pull request adds a --only-dependencies option to brew install that installs the dependencies of a formula with optional flags, but returns before installing the parent formula. Closes #25272. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-18Fix incorrect reference to prefix in manpageJack Nagel
Closes #24420.
2013-11-16Move brew-leaves into coreJack Nagel
Closes #24371.
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis Hildebrandt
with which the beer emoji displayed upon successful build can be changed. Closes #23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-10document --devel|--HEAD for usesAdam Vandenberg
2013-11-03Undocument --use-gcc and friendsJack Nagel
These options are deprecated in favor of --cc=<compiler>, so there is no need to continue advertising their existence.
2013-10-29add unlink apps to manpage and completionAdam Vandenberg
2013-10-25Add HOMEBREW_NO_GITHUB_API env var.David MacMahon
This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-24add S3DownloadStrategyRaymie Stata
downloads tarballs from public and private S3 buckets Closes #22779. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17make brew-linkapps default to /Applicationselliottcable
Also adds support for a new `--local` flag, and documentation for the whole command. Closes #22378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-17brew commandsAdam Vandenberg
Shows a list of built-in commands (but not shortcuts) and searches for any external commands on the path. Closes #22509.