6 Commits

Author SHA1 Message Date
Xu Cheng
a9b9c5ade7 Tap: allow enumerate non-git taps
Also add a `Tap#git?` method to indicate whether the tap is a git
repository.

Closes Homebrew/homebrew#42264.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-30 21:28:52 +08:00
Xu Cheng
8f85238094 remove incorrect tag for Tap document 2015-06-14 21:40:53 +08:00
Xu Cheng
4564ea899e document Tap class
Closes Homebrew/homebrew#40608.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-14 21:28:37 +08:00
Xu Cheng
4101cef3c5 Tap: make remote a separate method to reduce initial overhead
Also make remote method only response to installed tap.
2015-06-14 21:28:36 +08:00
Mike McQuaid
9c3a6a3f52 tap: taps don't need to be Git repositories.
For example e.g. Boxen uses just a managed directory and puts formulae
into it.
2015-06-11 21:54:00 +01:00
Xu Cheng
f7bcfe5115 add Tap class 2015-06-11 15:28:29 +08:00