aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/missing_formula.rb
AgeCommit message (Collapse)Author
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.