aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/readall.rb
AgeCommit message (Collapse)Author
2017-02-21Revert "audit: check for version aliases."ilovezfs
2017-02-21readall: check for shadowed aliases.Mike McQuaid
This will become particularly relevant when there’s a new version of a formula and the existing alias needs to be removed.
2016-09-21readall: do not require itself.Maxim Belkin
2016-08-22Use `ThreadError` to break loop.Markus Reiter
2016-07-09tap: run readall when tapping. (#396)Mike McQuaid
* readall: move readall logic to new class. * tap: run readall when tapping. This will prevent tapping an tap with syntax errors from causing issues for users. Fixes #58.