Lines Matching defs:string
22 Poll(repo, branch string) (*Commit, error)
25 CheckoutBranch(repo, branch string) (*Commit, error)
28 CheckoutCommit(repo, commit string) (*Commit, error)
31 SwitchCommit(commit string) (*Commit, error)
37 ListRecentCommits(baseCommit string) ([]string, error)
42 ExtractFixTagsFromCommits(baseCommit, email string) ([]FixCommit, error)
45 PreviousReleaseTags(commit string) ([]string, error)
52 Bisect(bad, good string, trace io.Writer, pred func() (BisectResult, error)) (*Commit, error)
76 func NewRepo(os, vm, dir string) (Repo, error) {
88 func NewSyzkallerRepo(dir string) Repo {
92 func Patch(dir string, patch []byte) error {
128 func CheckRepoAddress(repo string) bool {
133 func CheckBranch(branch string) bool {
137 func CheckCommitHash(hash string) bool {
145 func runSandboxed(dir, command string, args ...string) ([]byte, error) {
174 func CanonicalizeCommit(title string) string {