aboutsummaryrefslogtreecommitdiffstats
path: root/share
AgeCommit message (Collapse)Author
2016-09-11Merge pull request #407 from joshka/feature/zsh-completionMike McQuaid
Call subcommands from zsh completion
2016-09-10xcode: document Sierra XcodeDominyk Tiller
2016-09-09Merge pull request #896 from MikeMcQuaid/no-chown-usr-localMike McQuaid
Don't require/recommend ownership of /usr/local.
2016-09-09Don't require/recommend ownership of /usr/local.Mike McQuaid
Apple reset this on every OS X major (and some minor) updates and it always proves a painful and unnecessary step. Instead just check the directories we actually care about are writable. This may mean if these directories do not already exist (although they are now created by the installed) that `brew link` will fail and require manual intervention but this seems to be superior for both new and the majority of existing users.
2016-09-08Add DEVELOPER COMMANDS to manpage.Mike McQuaid
2016-09-08Add `--help` to all developer commands.Mike McQuaid
Also, flag those that we never want to be in a manpage.
2016-09-06minor typonumbergames
Fixed minor typo -- missing preposition.
2016-09-04doc/Interesting-Taps-&-Branches: rename to Interesting-Taps-&-ForksZhiming Wang
This document lists Tigerbrew and Linuxbrew as interesting forks, not branches (they used to be "Interesting Branches (aka forks)" but that changed in b745546), so "Interesting Taps & Branches" is a more fitting title. The term "branches" is also presumably confusing to folks with a shallow understanding of GitHub and/or git who may not realize how GitHub forks and git branches are related.
2016-08-28cmd/deps.rb add --full-name optionSteven Peters
Add --full-name option to brew deps command, which displays the full name of dependencies.
2016-08-27man: update for tap preinstallDominyk Tiller
2016-08-26Brew-Test-Bot-For-Core-Contributors: fix broken linkVlad Shablinsky
2016-08-26New-Maintainer-Checklist: update linksDominyk Tiller
2016-08-26Brew-Test-Bot: update linksDominyk Tiller
2016-08-26Brew-Test-Bot-For-Core-Contributors: update linksDominyk Tiller
2016-08-21Merge pull request #717 from joshka/patch-1Mike McQuaid
Add atom language plugin to docs
2016-08-20Make "brew man" also generate Cask's manpage.Mike McQuaid
Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731.
2016-08-19Add atom language pluginJoshua McKinney
2016-08-19Formula-Cookbook: document head branch default.Mike McQuaid
`--HEAD` defaults to `:branch => "master"` so document that. Closes #722.
2016-08-19Bottles: bottle revision is now called rebuild.Mike McQuaid
Forgot this in #731.
2016-08-18Formula-Cookbook: add version_scheme documentation.Mike McQuaid
2016-08-17Brew-Test-Bot.md: fix broken linkSteven Peters
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-17Fix minor issues in command help text formattingMartin Afanasjew
- Inconsistent or unneeded indentation - Missing or superfluous empty lines - Missing or wrongly formatted arguments in command summary - Missing punctuation
2016-08-16Merge pull request #710 from MikeMcQuaid/list-manpage-tweaksMike McQuaid
list: note that `ls` command is used.
2016-08-16Merge pull request #513 from MikeMcQuaid/enable-vendor-rubyMike McQuaid
Enable vendored Ruby 2.0.
2016-08-14list: note that `ls` command is used.Mike McQuaid
And arguments can be passed through to it. Tweak produced out of conversation in https://github.com/Homebrew/brew-evolution/pull/8.
2016-08-14Merge pull request #679 from MikeMcQuaid/ship-auto-updateMike McQuaid
Ship Homebrew auto-update support.
2016-08-14Merge pull request #689 from MikeMcQuaid/update-forceMike McQuaid
update: add --force argument.
2016-08-12Merge pull request #686 from vladshablinsky/completionsMike McQuaid
Add completions for --fetch-HEAD flag
2016-08-12update: add --force argument.Mike McQuaid
Add a `brew update --force` to side-step all of the clever optimisations we have to detect if an update is unnecessary. That means if those optimisations go wrong in future we can tell people just to run this single command. This would have been a useful workaround for the issue fixed in 985c672.
2016-08-11Update --fetch-HEAD documentationVlad Shablinsky
2016-08-11Update zsh-completion for --fetch-HEADVlad Shablinsky
2016-08-10Enable vendored Ruby 2.0.Mike McQuaid
2016-08-10Ship Homebrew auto-update support.Mike McQuaid
Roll this out to everyone (not just developers) and document the environment variables used for configuration.
2016-08-10Bottles.md: update documentation.Mike McQuaid
Fixes #672. Fixes #673.
2016-08-08FAQ: fix-up cache pathDominyk Tiller
2016-08-06Update upgrade/outdated documentation (#650)Uladzislau Shablinski
2016-08-02audit: add --new-formula option.Mike McQuaid
Rather than nudge people to run `--strict` and then ignore some of the results sometimes (e.g. GitHub repository notability) instead add a dedicated `--new-formula` option that implies this is a one-time advisory check.
2016-07-26Document virtualenv support for Python appsTim D. Smith
Closes #344. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2016-07-24Fix spelling of penryn (#580)Nathan Henrie
penryn was misspelled, which led to me doing a fruitless code search for where the architecture stuff is set.
2016-07-15Deprecate homebrew/binary. (#512)Mike McQuaid
We're moving more stuff to Homebrew Cask which is better maintained and run.
2016-07-13Add HOMEBREW_ARTIFACT_DOMAIN option.jainish shah
If set, this environment variable instructs Homebrew to use the given URL as a download mirror (e.g. an Artifactory instance) for bottles and binaries. Closes #387. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-07-10tap-info: expand and correct help textMartin Afanasjew
2016-07-04Regenerate man page to pick up recent changesMartin Afanasjew
Amend 468ebc5ed540c77dea4772a35678b5b2575ac4ed by regenerating the man page and its HTML version according to the changes in #443.
2016-06-30Call subcommands from zsh completionJoshua McKinney
This change is inspired by the way that the git zsh completions work by foisting the responsibility for sub commands onto the command themselves. It is paired with another change that takes the oh-my-zsh brew cask plugin and makes it into a first class completion rather than it overriding this. This change requires fixes in brew, oh-my-zsh and the zsh-completions, and will likely cause the brew cask completions to break until these have been fully accepted into each project.
2016-06-24create: add --tap option (#389)Zhiming Wang
This commit adds a --tap option to the create command such that a user could create a formula in a specified tap instead of the core.
2016-06-22audit.rb: require https for ftpmirror.gnu.org (#393)Viktor Szakats
* audit.rb: require https for ftpmirror.gnu.org The situation is similar to other mirror redirectors: the server may subsequently redirect to an insecure url. But it's a step. * manpage: update HOMEBREW_NO_INSECURE_REDIRECT section
2016-06-14manpage: update maintainers listXu Cheng
Closes #362. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-06-04doc/External-Commands: update default HOMEBREW_CACHE (#316)Luca Favatella
2016-06-03How-To-Open-a-Homebrew-Pull-Request: do not install bottle for test (#315)Alexey Palazhchenko