aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/link.rb
AgeCommit message (Expand)Author
2015-10-08handle TapFormulaWithOldnameAmbiguityErrorXu Cheng
2015-08-03Core files style updates.BrewTestBot
2015-05-27link: load formula from rackXu Cheng
2014-06-24Rename Keg#fname to Keg#nameJack Nagel
2014-06-22Move deprecated Formula class methods to compatJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-04-21Adjust link command for updated error handlingJack Nagel
2014-03-27link: fix output ordering when exceptions are raisedJack Nagel
2014-03-27link: print wrapper is not always requiredJack Nagel
2014-03-26Add missing newline to link and unlink in verbose modeJack Nagel
2013-06-08Consolidate sudo checks.Adam Vandenberg
2013-05-20link: extract keg-only check into a helper methodJack Nagel
2013-04-10link: eliminate naked rescueJack Nagel
2013-04-06Fix another handful of warningsJack Nagel
2013-01-29Only check keg-only if we map to a formulaAdam Vandenberg
2013-01-29Require --force to link keg-only.Adam Vandenberg
2013-01-26FormulaInstaller: implement installation locksJack Nagel
2012-10-22Add relinking instructions.Adam Vandenberg
2012-10-20brew ln --force is now brew ln --overwriteMisty De Meo
2012-08-10Be more verbose when users insist on being sudoersMax Howell
2012-07-11use keg.linked?Adam Vandenberg
2012-07-09ARGV: add .dry_run? methodMisty De Meo
2012-07-09link: add --force and --dry-run optionsMisty De Meo
2012-03-20Remove broken `puts` from verbose `brew link`Jack Nagel
2012-03-19Don't error if exact link already existsMax Howell
2012-03-19Better error when linking failsMax Howell
2012-03-16Leave kegs keg-only if linking step failsMax Howell
2012-03-04Don't allow `brew link` to be run as sudoMax Howell
2012-02-04Warn the user of required argumentsJack Nagel
2012-02-01link: add missing newline in verbose modeJack Nagel
2011-08-24Fix keg exception pretty outputMax Howell
2011-08-22Specify that they are symlinksMax Howell
2011-03-12Refactor the brew command into one file per commandMax Howell