We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fe700b + ebaf273 commit 7337b6fCopy full SHA for 7337b6f
project/scripts/bisect.scala
@@ -112,3 +112,4 @@ class CommitBisect(validationScriptPath: String):
112
s"git bisect bad $fistBadHash".!
113
s"git bisect good $lastGoodHash".!
114
Seq("git", "bisect", "run", "sh", "-c", bisectRunScript).!
115
+ s"git bisect reset".!
0 commit comments