aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
AgeCommit message (Collapse)Author
2013-07-14bottle: fix cellar output.Mike McQuaid
2013-07-12audit: improve commentAdam Vandenberg
2013-07-12audit: remove github warningAdam Vandenberg
All core formulae have been migrated to .io addresses except for software maintained by github itself.
2013-07-10fix depsAdam Vandenberg
Closes #21113.
2013-07-09github doesn't use .io urlsAdam Vandenberg
2013-07-09Properly define tapped formulae in updatephinze
A tapped formula is a ruby file present: - in the root of the tap - in directory of the tap called Formula - in a directory of the tap called HomebrewFormula And nowhere else. This corrects an overzealous definition of tapped formula in the updater. (the correct definition has been in Pathname since e613cbe5783cea2abb8100b56c22126a1ab6b9f2) Refs #19743. Closes #21087. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-05audit more template commentsAdam Vandenberg
2013-07-04Add audit for leading 'v' in version numbersAdam Vandenberg
2013-07-03Don't always show an error at the end of brew versionsAdam Vandenberg
2013-07-03audit default template commentsAdam Vandenberg
2013-07-01versions: pass string to factoryAdam Vandenberg
Closes #20951.
2013-07-01Better behavior for failed connections in `brew search`Jack Nagel
Fixes #20868.
2013-07-01CLT is just CLT now; not "for Xcode".Mike McQuaid
References #17383.
2013-06-30audit sourceforge URLs even harderAdam Vandenberg
2013-06-29Do this in a saner wayJack Nagel
2013-06-29doctor: don't pass pathnames to Formula.factoryJack Nagel
Fixes #20908.
2013-06-29Add 'unload'Adam Vandenberg
2013-06-29Don't attempt to audit md5 checksums, but complain if they are usedJack Nagel
2013-06-28Detect versions in tag specsJack Nagel
Closes #18300. Closes #20891.
2013-06-27brew --env: Add missing CPATH environment variablePaul Fitzpatrick
Closes #20813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-27Add an exception for imagemagick in build-time dep auditJack Nagel
2013-06-26Add syntax sugar for MPIDependencyJack Nagel
Closes #20797.
2013-06-26Be explicit about passing formulae names or instances to TabAdam Vandenberg
2013-06-26info: Only print Cellar info if it existsMisty De Meo
2013-06-26Don't use 'obj == nil'Jack Nagel
2013-06-26audit: don't try to audit missing depsJack Nagel
Refs #20829.
2013-06-26Clean up `brew options`Jack Nagel
2013-06-26Reword uses commentAdam Vandenberg
2013-06-26uses: fail fast if invalid formula names are givenJack Nagel
Fixes #20819.
2013-06-25Fix info --githubAdam Vandenberg
Closes #20780.
2013-06-24Add 'From:' to GitHub url for formulaAdam Vandenberg
Closes #20724.
2013-06-24Update audit for Fortran dependencyAdam Vandenberg
2013-06-23irb: pass strings to factory, not symbolsAdam Vandenberg
2013-06-23remove no-op code in bottle.rbAdam Vandenberg
ARGV.formulae returns formulae, so no need to pass through factory
2013-06-22Add Utils::JSON to wrap the JSON implementationJack Nagel
2013-06-22deps: allow "--installed --tree"Jack Nagel
2013-06-22deps: use OpenStruct to capture the modeJack Nagel
2013-06-22deps: remove need for Array extensionJack Nagel
2013-06-22deps: extract output methodsJack Nagel
2013-06-22bottle: sort --merge output in OS X version order.Mike McQuaid
2013-06-21Don't clean up lockfiles if the directory doesn't existJack Nagel
Fixes #20673.
2013-06-21Clean up lockfilesJack Nagel
2013-06-19doctor: share/python no longer needed in PATHSamuel John
Check for HOMEBREW_PREFIX/share/python and python3 in PATH and tell about the new location and that files from there can be removed. Also instructions on how to upgrade python packages are given.
2013-06-14Use Hardware::CPU moduleJack Nagel
2013-06-13Fix bug in `brew list --pinned`Simon Sigurdhsson
Pinned formulae which were pinned at a previous version but then upgraded would not be listed by `brew list --pinned`. This is due to the good old "File.exist? thinks broken symlinks don't exist" gotcha, so the test in the select block in list_pinned has been changed to check if the pin file exists _or_ is a symlink. Closes #20423. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-12Rename variables for clarityJack Nagel
2013-06-12Extract search_taps methodJack Nagel
2013-06-12Pull tap list into a constantJack Nagel
2013-06-12Remove use of global variableJack Nagel
2013-06-12Rename methodJack Nagel