| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-22 | Use more docs.brew.sh short links | Mike McQuaid | |
| These are nicer on the eyes. | |||
| 2017-12-30 | missing_formula: check deleted in the last month. | Mike McQuaid | |
| This speeds things up pretty dramatically and handles the case that something was deleted recently and users haven't learned about it yet. Fixes #3513. | |||
| 2017-10-18 | Use “squiggly” heredocs. | Markus Reiter | |
| 2017-08-29 | missing_formula: use pip2 instead of pip | Dominyk Tiller | |
| 2017-08-29 | missing_formula: update for Pillow's removal | Dominyk Tiller | |
| Ref: https://github.com/Homebrew/homebrew-core/pull/17341 Ref: https://github.com/Homebrew/homebrew-core/pull/17357 | |||
| 2017-08-22 | remove blacklisting of Clojure to allow adding a Clojure formula | puredanger | |
| 2017-07-27 | Use https for all docs.brew.sh links. | Mike McQuaid | |
| May as well use the more secure link when possible. | |||
| 2017-07-02 | missing_formula: no need to tap homebrew/core. | Mike McQuaid | |
| Avoiding printing the weird message e.g: ``` It was migrated from homebrew/science to homebrew/core. You can access it again by running: brew tap homebrew/core ``` | |||
| 2017-06-03 | missing_formula: note on shallow clones. | Mike McQuaid | |
| This avoids the user confusion on incomplete results seen in http://discourse.brew.sh/t/missing-formula-location/818/7 | |||
| 2017-04-10 | missing_formula: fix undefined method `path` for nil:NilClass | JCount | |
| This check for a nil `tap` is necessary because Tap.from_path(path) will simply return a nil value in the event the tap path is invalid | |||
| 2017-04-01 | Merge pull request #2432 from jonchang/pil | Mike McQuaid | |
| missing_formula: pillow lives in homebrew/science | |||
| 2017-04-01 | missing_formula: pillow lives in homebrew/science | Jonathan Chang | |
| 2017-03-31 | Remove osmium from blacklisted formulas | Ilya Zverev | |
| 2017-03-30 | Fix handling of tap migrations to new cask names. | Mike McQuaid | |
| Need to check for two `/`s rather than one. | |||
| 2017-03-23 | missing_formula: print immediately when searching git log. | Mike McQuaid | |
| 2017-03-23 | missing_formula: warn when git-log takes very long | Zhiming Wang | |
| 2017-03-20 | missing_formula: subsume historic logic. | Mike McQuaid | |
| These methods belong together so combine them in a single class to provide a simpler API. | |||
| 2017-03-20 | blacklist: move to missing_formula class instead. | Mike McQuaid | |
| This will allow extending this class so it can be used by more than just blacklisting. | |||
