Running git bisect
generates output like this after each bisection:
Bisecting: 22 revisions left to test after this (roughly 5 steps)
[123fedacc728b985d4f8d010e2a69dcbdcbf3e8e] use binascii module for hex/binary conversions
Can I make it use partial commit name prefixes, similar to those used in git log --abbrev-commit
? Something like this:
Bisecting: 22 revisions left to test after this (roughly 5 steps)
[123feda] use binascii module for hex/binary conversions