| Age | Commit message (Collapse) | Author |
|
Call subcommands from zsh completion
|
|
|
|
Don't require/recommend ownership of /usr/local.
|
|
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.
|
|
|
|
Also, flag those that we never want to be in a manpage.
|
|
Fixed minor typo -- missing preposition.
|
|
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.
|
|
Add --full-name option to brew deps command,
which displays the full name of dependencies.
|
|
|
|
|
|
|
|
|
|
|
|
Add atom language plugin to docs
|
|
Also, check in this manpage, adjust the Rakefile and remove the old one.
Fixes #731.
|
|
|
|
`--HEAD` defaults to `:branch => "master"` so document that.
Closes #722.
|
|
Forgot this in #731.
|
|
|
|
|
|
This option does more than just print warnings so let's make a more
generic description with a more specific example.
Closes #716.
|
|
- Inconsistent or unneeded indentation
- Missing or superfluous empty lines
- Missing or wrongly formatted arguments in command summary
- Missing punctuation
|
|
list: note that `ls` command is used.
|
|
Enable vendored Ruby 2.0.
|
|
And arguments can be passed through to it.
Tweak produced out of conversation in
https://github.com/Homebrew/brew-evolution/pull/8.
|
|
Ship Homebrew auto-update support.
|
|
update: add --force argument.
|
|
Add completions for --fetch-HEAD flag
|
|
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.
|
|
|
|
|
|
|
|
Roll this out to everyone (not just developers) and document the
environment variables used for configuration.
|
|
Fixes #672.
Fixes #673.
|
|
|
|
|
|
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.
|
|
Closes #344.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
penryn was misspelled, which led to me doing a fruitless code search for where the architecture stuff is set.
|
|
We're moving more stuff to Homebrew Cask which is better maintained and run.
|
|
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>
|
|
|
|
Amend 468ebc5ed540c77dea4772a35678b5b2575ac4ed by regenerating the
man page and its HTML version according to the changes in #443.
|
|
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.
|
|
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.
|
|
* 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
|
|
Closes #362.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|