Skip to content

Commit

Permalink
bisect: Print more details about irreducible bisection commits
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Nov 8, 2019
1 parent 1f37900 commit 4908ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bisect.d
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ int doBisect(bool noVerify, string bisectConfigFile, string[] bisectConfigLines)
log("There are only untestable commits left to bisect.");
log("The first %s commit could be any of:".format(bisectConfig.reverse ? "good" : "bad"));
foreach (p; path ~ [p1])
log(p);
repo.run("log", "-1", "--pretty=format:%h %ci: %s", p);
log("We cannot bisect more!");
return 2;
}
Expand Down

0 comments on commit 4908ccd

Please sign in to comment.