index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cmd
/
link.rb
Age
Commit message (
Expand
)
Author
2015-10-08
handle TapFormulaWithOldnameAmbiguityError
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-05-27
link: load formula from rack
Xu Cheng
2014-06-24
Rename Keg#fname to Keg#name
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-06-19
Only "extend self" once on the Homebrew module
Jack Nagel
2014-04-21
Adjust link command for updated error handling
Jack Nagel
2014-03-27
link: fix output ordering when exceptions are raised
Jack Nagel
2014-03-27
link: print wrapper is not always required
Jack Nagel
2014-03-26
Add missing newline to link and unlink in verbose mode
Jack Nagel
2013-06-08
Consolidate sudo checks.
Adam Vandenberg
2013-05-20
link: extract keg-only check into a helper method
Jack Nagel
2013-04-10
link: eliminate naked rescue
Jack Nagel
2013-04-06
Fix another handful of warnings
Jack Nagel
2013-01-29
Only check keg-only if we map to a formula
Adam Vandenberg
2013-01-29
Require --force to link keg-only.
Adam Vandenberg
2013-01-26
FormulaInstaller: implement installation locks
Jack Nagel
2012-10-22
Add relinking instructions.
Adam Vandenberg
2012-10-20
brew ln --force is now brew ln --overwrite
Misty De Meo
2012-08-10
Be more verbose when users insist on being sudoers
Max Howell
2012-07-11
use keg.linked?
Adam Vandenberg
2012-07-09
ARGV: add .dry_run? method
Misty De Meo
2012-07-09
link: add --force and --dry-run options
Misty De Meo
2012-03-20
Remove broken `puts` from verbose `brew link`
Jack Nagel
2012-03-19
Don't error if exact link already exists
Max Howell
2012-03-19
Better error when linking fails
Max Howell
2012-03-16
Leave kegs keg-only if linking step fails
Max Howell
2012-03-04
Don't allow `brew link` to be run as sudo
Max Howell
2012-02-04
Warn the user of required arguments
Jack Nagel
2012-02-01
link: add missing newline in verbose mode
Jack Nagel
2011-08-24
Fix keg exception pretty output
Max Howell
2011-08-22
Specify that they are symlinks
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell