| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-15 | upgrade: remove redundant conditional | Jack Nagel | |
| Since e1c62c35465eb6149688c745e4309438c08c410b, we exit early if the outdated array is empty, so we no longer need to check this before proceeding. | |||
| 2013-07-15 | Clarify behavior of `brew search` without an argument | Jack Nagel | |
| As documented in the man page, when given no arguments, `brew search` will list all formulae. This is different than giving an *empty* argument. | |||
| 2013-07-14 | bottle: fix cellar output. | Mike McQuaid | |
| 2013-07-12 | audit: improve comment | Adam Vandenberg | |
| 2013-07-12 | audit: remove github warning | Adam Vandenberg | |
| All core formulae have been migrated to .io addresses except for software maintained by github itself. | |||
| 2013-07-10 | fix deps | Adam Vandenberg | |
| Closes Homebrew/homebrew#21113. | |||
| 2013-07-09 | github doesn't use .io urls | Adam Vandenberg | |
| 2013-07-09 | Properly define tapped formulae in update | phinze | |
| 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 Homebrew/homebrew#19743. Closes Homebrew/homebrew#21087. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-07-05 | audit more template comments | Adam Vandenberg | |
| 2013-07-04 | Add audit for leading 'v' in version numbers | Adam Vandenberg | |
| 2013-07-03 | Don't always show an error at the end of brew versions | Adam Vandenberg | |
| 2013-07-03 | audit default template comments | Adam Vandenberg | |
| 2013-07-01 | versions: pass string to factory | Adam Vandenberg | |
| Closes Homebrew/homebrew#20951. | |||
| 2013-07-01 | Better behavior for failed connections in `brew search` | Jack Nagel | |
| Fixes Homebrew/homebrew#20868. | |||
| 2013-07-01 | CLT is just CLT now; not "for Xcode". | Mike McQuaid | |
| References Homebrew/homebrew#17383. | |||
| 2013-06-30 | audit sourceforge URLs even harder | Adam Vandenberg | |
| 2013-06-29 | Do this in a saner way | Jack Nagel | |
| 2013-06-29 | doctor: don't pass pathnames to Formula.factory | Jack Nagel | |
| Fixes Homebrew/homebrew#20908. | |||
| 2013-06-29 | Add 'unload' | Adam Vandenberg | |
| 2013-06-29 | Don't attempt to audit md5 checksums, but complain if they are used | Jack Nagel | |
| 2013-06-28 | Detect versions in tag specs | Jack Nagel | |
| Closes Homebrew/homebrew#18300. Closes Homebrew/homebrew#20891. | |||
| 2013-06-27 | brew --env: Add missing CPATH environment variable | Paul Fitzpatrick | |
| Closes Homebrew/homebrew#20813. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-27 | Add an exception for imagemagick in build-time dep audit | Jack Nagel | |
| 2013-06-26 | Add syntax sugar for MPIDependency | Jack Nagel | |
| Closes Homebrew/homebrew#20797. | |||
| 2013-06-26 | Be explicit about passing formulae names or instances to Tab | Adam Vandenberg | |
| 2013-06-26 | info: Only print Cellar info if it exists | Misty De Meo | |
| 2013-06-26 | Don't use 'obj == nil' | Jack Nagel | |
| 2013-06-26 | audit: don't try to audit missing deps | Jack Nagel | |
| Refs Homebrew/homebrew#20829. | |||
| 2013-06-26 | Clean up `brew options` | Jack Nagel | |
| 2013-06-26 | Reword uses comment | Adam Vandenberg | |
| 2013-06-26 | uses: fail fast if invalid formula names are given | Jack Nagel | |
| Fixes Homebrew/homebrew#20819. | |||
| 2013-06-25 | Fix info --github | Adam Vandenberg | |
| Closes Homebrew/homebrew#20780. | |||
| 2013-06-24 | Add 'From:' to GitHub url for formula | Adam Vandenberg | |
| Closes Homebrew/homebrew#20724. | |||
| 2013-06-24 | Update audit for Fortran dependency | Adam Vandenberg | |
| 2013-06-23 | irb: pass strings to factory, not symbols | Adam Vandenberg | |
| 2013-06-23 | remove no-op code in bottle.rb | Adam Vandenberg | |
| ARGV.formulae returns formulae, so no need to pass through factory | |||
| 2013-06-22 | Add Utils::JSON to wrap the JSON implementation | Jack Nagel | |
| 2013-06-22 | deps: allow "--installed --tree" | Jack Nagel | |
| 2013-06-22 | deps: use OpenStruct to capture the mode | Jack Nagel | |
| 2013-06-22 | deps: remove need for Array extension | Jack Nagel | |
| 2013-06-22 | deps: extract output methods | Jack Nagel | |
| 2013-06-22 | bottle: sort --merge output in OS X version order. | Mike McQuaid | |
| 2013-06-21 | Don't clean up lockfiles if the directory doesn't exist | Jack Nagel | |
| Fixes Homebrew/homebrew#20673. | |||
| 2013-06-21 | Clean up lockfiles | Jack Nagel | |
| 2013-06-19 | doctor: share/python no longer needed in PATH | Samuel 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-14 | Use Hardware::CPU module | Jack Nagel | |
| 2013-06-13 | Fix 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 Homebrew/homebrew#20423. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-12 | Rename variables for clarity | Jack Nagel | |
| 2013-06-12 | Extract search_taps method | Jack Nagel | |
| 2013-06-12 | Pull tap list into a constant | Jack Nagel | |
