Skip to content

Instantly share code, notes, and snippets.

@yonk42
yonk42 / git-bisect.log
Created April 20, 2020 15:24
My bisect log for identifying the py-libzfs commit introducing issue #755 in bsdci/libioc
git bisect start
# bad: [64b6a7eb26bac07366966e7467314b02316aac53] Merge pull request #97 from freenas/update-debian-port
git bisect bad 64b6a7eb26bac07366966e7467314b02316aac53
# good: [3362fd4f25f0c5ab41c14eb5945c0f21189649a3] Fix recursive inherit
git bisect good 3362fd4f25f0c5ab41c14eb5945c0f21189649a3
# bad: [11e78c98f69dc2b68b41b97f65658906667e6dd6] Make sure value is updated for current instance for zfsuser property
git bisect bad 11e78c98f69dc2b68b41b97f65658906667e6dd6
# bad: [c53ca99ce5fdd85b562a161bab2b860f10bdba3d] Improve datasets retrieval speed
git bisect bad c53ca99ce5fdd85b562a161bab2b860f10bdba3d
# bad: [180be10ac9fe4064996412d3963f2391f65135ea] Import libzutil header if it exists