Lines Matching refs:FixCommits
39 FixCommits: []string{"foo: fix the crash"},
107 FixCommits: []string{"bar: prepare for fixing", "\"foo: fix the crash\""},
168 FixCommits: []string{"a wrong one"},
175 FixCommits: []string{"the right one"},
228 FixCommits: []string{"foo: fix the crash"},
298 FixCommits: []string{"foo: fix the crash"},
319 FixCommits: []string{"the right one"},
346 FixCommits: []string{"the right one"},
382 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep.ID}, {"fix commit 2", rep.ID}}
402 build2.FixCommits = build1.FixCommits
436 build.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep2.ID}}
469 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep2.ID}}
483 build2.FixCommits = build1.FixCommits
521 build1.FixCommits = []dashapi.FixCommit{{"fix commit 1", rep1.ID}, {"fix commit 2", rep2.ID}}
522 build2.FixCommits = build1.FixCommits