79477024

Date: 2025-03-01 02:07:26
Score: 1
Natty:
Report link

Personally I find git rev-list --bisect-vars easier to use than git rev-list --bisect:

$ git rev-list --bisect-vars  HEAD~10..HEAD
bisect_rev='07485ccd31935b1f82d321f91c677840bd05247c'
bisect_nr=4
bisect_good=4
bisect_bad=4
bisect_all=10
bisect_steps=2
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kxxt