Home | History | Annotate | Download | only in tools

Lines Matching full:commit

97 		log("Recommend reverting commit %s", commits[0])
102 // TODO(borenet): Use the timestamp of the last-rolled commit.
116 // roll to the same commit, taking the most recent.
136 for idx, commit := range commits {
137 if cl, ok := rollCls[commit]; ok {
138 log("%s roll %s", commit[:12], cl.Result)
148 log(commit[:12])
152 // Suggest a commit to try rolling. The user may choose a different one.
166 log("Recommend reverting commit %s", commits[earliestFail])
175 // Ask the user what commit to roll.
176 msg := "Type a commit hash to roll"
178 msg += fmt.Sprintf(" (press enter to roll at suggested commit %s)", suggestedCommit[:12])
191 bail("You must enter a commit hash.")
196 bail(text, "is not a valid commit hash:", text, err)