Lines Matching full:git
51 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch,
79 c.expectEQ(strings.Contains((<-c.emailSink).Body, "does not look like a valid git repo"), true)
81 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch,
88 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch,
95 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch,
106 c.expectEQ(pollResp.KernelRepo, "git://git.git/git.git")
149 git tree: repo1/branch1
165 …c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, EmailOptMessageI…
191 git tree: repo1/branch1
205 …c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, EmailOptMessageI…
236 git tree: repo1/branch1
250 …c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, EmailOptMessageI…
274 git tree: repo1/branch1
313 c.incomingEmail(sender, "#syz test: git://mygit.com/git.git 5e6a2eea\n", EmailOptMessageID(1))
316 testBuild.KernelRepo = "git://mygit.com/git.git"
340 git tree: git://mygit.com/git.git
374 c.incomingEmail(sender, "#syz test: git://mygit.com/git.git master\n", EmailOptMessageID(1))
375 c.expectEQ(strings.Contains((<-c.emailSink).Body, "you should test only on restricted.git"), true)
380 …c.incomingEmail(sender, "#syz test: git://restricted.git/restricted.git master\n", EmailOptMessage…
384 c.expectEQ(pollResp.KernelRepo, "git://restricted.git/restricted.git")