Mike McQuaid 9c7b3b02ce test-bot: always do a git clean -ffdx
This ensures that all nested Git repositories (e.g. taps) are also
deleted. Previously this wasn't needed as we could just rely on the
symlinks in `Library/Formula` being missing but since Xu's good work
this inadvertedly made the bot's `brew uses foo` start showing things
from taps we hadn't previously deleted.
2015-06-13 18:35:19 +01:00
..
2015-06-13 18:35:19 +01:00
2015-04-07 22:48:55 +08:00
2015-06-11 15:28:30 +08:00
2015-05-21 13:55:02 +01:00
2015-05-08 14:41:38 +08:00
2015-06-02 16:45:43 +08:00
2015-05-29 17:01:53 +08:00
2015-03-04 23:20:13 +08:00
2015-05-17 19:22:08 -04:00
2015-05-29 17:02:23 +08:00
2015-01-03 22:39:07 -05:00
2015-05-08 14:37:15 +08:00
2015-04-27 20:39:20 -04:00
2015-06-11 15:28:30 +08:00
2015-06-02 10:09:10 +01:00
2015-01-13 16:35:24 -05:00
2015-06-01 20:08:41 +08:00
2015-03-12 15:19:02 +00:00
2015-04-15 19:51:54 +08:00
2015-05-08 14:37:15 +08:00
2015-05-10 17:39:53 +08:00
2015-06-02 16:45:43 +08:00
2015-04-15 19:51:54 +08:00
2015-03-27 20:07:50 -04:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.