aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
AgeCommit message (Collapse)Author
2018-02-22Use more docs.brew.sh short linksMike McQuaid
These are nicer on the eyes.
2017-12-30missing_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-18Use “squiggly” heredocs.Markus Reiter
2017-08-29missing_formula: use pip2 instead of pipDominyk Tiller
2017-08-29missing_formula: update for Pillow's removalDominyk Tiller
Ref: https://github.com/Homebrew/homebrew-core/pull/17341 Ref: https://github.com/Homebrew/homebrew-core/pull/17357
2017-08-22remove blacklisting of Clojure to allow adding a Clojure formulapuredanger
2017-07-27Use https for all docs.brew.sh links.Mike McQuaid
May as well use the more secure link when possible.
2017-07-02missing_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-03missing_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-10missing_formula: fix undefined method `path` for nil:NilClassJCount
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-01Merge pull request #2432 from jonchang/pilMike McQuaid
missing_formula: pillow lives in homebrew/science
2017-04-01missing_formula: pillow lives in homebrew/scienceJonathan Chang
2017-03-31Remove osmium from blacklisted formulasIlya Zverev
2017-03-30Fix handling of tap migrations to new cask names.Mike McQuaid
Need to check for two `/`s rather than one.
2017-03-23missing_formula: print immediately when searching git log.Mike McQuaid
2017-03-23missing_formula: warn when git-log takes very longZhiming Wang
2017-03-20missing_formula: subsume historic logic.Mike McQuaid
These methods belong together so combine them in a single class to provide a simpler API.
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
This will allow extending this class so it can be used by more than just blacklisting.