aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Expand)Author
2014-04-27brew list --versions --multipleAdam Vandenberg
2014-04-27run macports check after failed build instead of before every buildAndrew Potter
2014-04-27Respect tap directory layout when searchingJack Nagel
2014-04-27Use canonical_name to canonicalize aliasesJack Nagel
2014-04-27Search results should always be sortedJack Nagel
2014-04-27Use Formulary.factory to find formula in tapsJack Nagel
2014-04-25Yield absolute paths from find_formulaJack Nagel
2014-04-25Pass around only absolute paths when dealing with tapsJack Nagel
2014-04-25Build relative paths using resolved_path and relative_path_fromJack Nagel
2014-04-25Less code in begin clauseJack Nagel
2014-04-25Extract some boilerplate into an each_tap methodJack Nagel
2014-04-24Don't use a regexp to match paths, just compare them for equalityJack Nagel
2014-04-24Pass arguments instead of reopening PathnameJack Nagel
2014-04-24Using existing method to make tap symlinksJack Nagel
2014-04-24Make the on-disk representation of taps unambiguousTsukasa OMOTO
2014-04-23separate the brew info for multiple formulaeDan Martinez
2014-04-23Migrate apple-gcc42 back to homebrew/versions.Mike McQuaid
2014-04-21Adjust link command for updated error handlingJack Nagel
2014-04-18search: move nginx to Homebrew organisation.Mike McQuaid
2014-04-15Fix syntax errorJack Nagel
2014-04-15Remove yet another xcode-select checkJack Nagel
2014-04-11audit: use .diff instead of .patch for github diffsAdam Vandenberg
2014-04-10Migrate homebrew-php to Homebrew organization.Mike McQuaid
2014-04-08unlink: prefer "symlinks" since that's how it is reported by linkJack Nagel
2014-04-07Restore documented behavior of `brew uses foo bar`Jack Nagel
2014-04-07uses: only check ARGV for recursive flag onceJack Nagel
2014-04-07doctor: fix typoJack Nagel
2014-04-06Mirror unlink logic when checking for linked keg-only formulaeJack Nagel
2014-04-06brew audit: show line number for whitespaceLee Hanxue
2014-04-06Remove now unnecessary realpath callsJack Nagel
2014-04-05Remove obsolete guards around canonical_name return valueJack Nagel
2014-04-05Avoid realpath where it is not necessaryJack Nagel
2014-04-03Revert "Audit gnome URLs, prefer download.gnome.org"Jack Nagel
2014-04-01Batch up mdfind calls when possibleJack Nagel
2014-03-31audit: check the use of Dir[]Mike McQuaid
2014-03-30Audit gnome URLs, prefer download.gnome.orgJack Nagel
2014-03-27Fix Keg#find so we don't have to deal with it everywhereJack 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
2014-03-25Revert "doctor: use double quotes for setting PATH."Mike McQuaid
2014-03-25audit: don't warn about tarball in non-GitHub URL.Mike McQuaid
2014-03-25doctor: use double quotes for setting PATH.Mike McQuaid
2014-03-24Check existence of target keg instead of hiding exceptionsJack Nagel
2014-03-22Don't send, just call the method directlyJack Nagel
2014-03-21audit: #{prefix}/Frameworks -> #{frameworks}Jack Nagel
2014-03-21audit: suggest proper `if build.with(out)` usageIan Lancaster
2014-03-19audit: catch new style gist URLsJack Nagel
2014-03-19audit: fix gist patch URL regexGeoff Nixon
2014-03-18Fix copy/paste errorJack Nagel