aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2014-11-05Fix broken link in Acceptable FormulaeKenneth Pullen
The link to the Homebrew dupes repo was broken because of a typo. Closes Homebrew/homebrew#33931. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-01Homebrew-and-Python: explain about Python bottles.Mike McQuaid
2014-10-31Note that PRs will not show up as merged.Mike McQuaid
2014-10-29Update recommended Xcode for 10.9Jack Nagel
2014-10-28Removed extraneous backtick in FAQVítor Galvão
It was causing a command to not display correctly. Closes Homebrew/homebrew#33686. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-26Acceptable Formulae: his/her -> their.Mike McQuaid
2014-10-26Update Homebrew's authors.Mike McQuaid
2014-10-26Tweak core contributor brew-test-bot docs.Mike McQuaid
2014-10-26Import docs from wiki.Mike McQuaid
Closes Homebrew/homebrew#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 Homebrew/homebrew#29585.
2014-05-18always use a top-level array for info JSONAdam Vandenberg
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#27322.
2014-03-04document fetch --force-bottleAdam Vandenberg
2014-03-02Document `brew info --json`Jack Nagel
Closes Homebrew/homebrew#26811.
2014-02-28Remove "brew info <URL>"Jack Nagel
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#24420.
2013-11-16Move brew-leaves into coreJack Nagel
Closes Homebrew/homebrew#24371.
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis Hildebrandt
with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#22509.
2013-09-03brew search <user>/<repo> [substring]Samuel John
For example `brew search homebrew/science` to get a list of all formulae from that tap, even if not yet tapped. `brew search <user>/<repo>/<substr>` or `brew search <user>/<repo> <substr>` to grep for `<substr>` inside of the tap `<user>/<repo>`.
2013-09-01Document --cc= for non-Apple compilersMisty De Meo
2013-08-30Document --cc= in the manpageMisty De Meo
2013-08-20man brew: Mention the example-formula.rbSamuel John
2013-08-14verbageAdam Vandenberg
2013-08-14add ubuntu package searchAdam Vandenberg