Christian Couder [off-list ref] writes:
So you should perhaps squash the following hunk to the patch:
...
as this will string the commands together when there are no skipped commits
too.
Ok, good eyes.
Even though this part is directly from rev-list --bisect-vars and is much
less likely to be malformed than the list of commands filter_skipped
function produces, I agree it is a good discipline to protect it from the
breakage the same way.
Thanks.