aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vcs/linux.go')
-rw-r--r--pkg/vcs/linux.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/vcs/linux.go b/pkg/vcs/linux.go
index c07c6aeaa..11142b6e8 100644
--- a/pkg/vcs/linux.go
+++ b/pkg/vcs/linux.go
@@ -21,6 +21,8 @@ type linux struct {
*git
}
+var _ Bisecter = new(linux)
+
func newLinux(dir string) *linux {
ignoreCC := map[string]bool{
"stable@vger.kernel.org": true,