aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
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
This commit supports "-" and "_" in names of user and repository. Closes #28203. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-23separate the brew info for multiple formulaeDan Martinez
Closes #27311. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-23Migrate apple-gcc42 back to homebrew/versions.Mike McQuaid
Closes #28418.
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
cf. #28244.
2014-04-07Restore documented behavior of `brew uses foo bar`Jack Nagel
`brew uses foo bar` is supposed to return the intersection of formulae that use foo and bar. However, this was broken by changes made to support requirements that can coerce to regular dependencies.
2014-04-07uses: only check ARGV for recursive flag onceJack Nagel
2014-04-07doctor: fix typoJack Nagel
Fixes #28221.
2014-04-06Mirror unlink logic when checking for linked keg-only formulaeJack Nagel
2014-04-06brew audit: show line number for whitespaceLee Hanxue
Closes #24481. Closes #24490.
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
Symlinks in opt and LinkedKegs point directly at a keg in the cellar, so only resolving one symlink should suffice, and make it clear what path we are actually interested in.
2014-04-03Revert "Audit gnome URLs, prefer download.gnome.org"Jack Nagel
This reverts commit 557ef8df05a8ea28ed903f08b2009ebc0e218f5a.
2014-04-01Batch up mdfind calls when possibleJack Nagel
2014-03-31audit: check the use of Dir[]Mike McQuaid
Sometimes `Dir[]` is used with single files/directories unnecessarily.
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
lol inheritance
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
I'm an idiot. This reverts commit f890e4973840a66a522189c8e5530bff61d17162.
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
Closes #27619.
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
Closes #27759. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-19audit: catch new style gist URLsJack Nagel
2014-03-19audit: fix gist patch URL regexGeoff Nixon
Closes #27255. Signed-off-by: Jack Nagel <jacknagel@gmail.com> Conflicts: Library/Homebrew/cmd/audit.rb
2014-03-18Fix copy/paste errorJack Nagel
Fixes #27685.
2014-03-18Detect absolute symlinks during bottle relocation checkJack Nagel
2014-03-15diy: warn when detected name is an aliasJack Nagel
cf. #22778.
2014-03-15Modernize `brew diy`Jack Nagel
2014-03-15Rewrite `brew reinstall`Jack Nagel
Fixes #23928.
2014-03-13Teach audit about new patches implementationJack Nagel
2014-03-13Teach fetch to download patchesJack Nagel
2014-03-13Make FormulaInstaller setup more readableJack Nagel
2014-03-13Make debug an installer modeJack Nagel
2014-03-13Make verbose an installer modeJack Nagel
2014-03-13Make interactive an installer modeJack Nagel
2014-03-13Don't set installer options to their defaultJack Nagel
ignore_deps and show_header default to false.
2014-03-13bottle: remove pyc files before bottling.Mike McQuaid
Allows more `cellar :any` bottles.