実行git bisect
すると、各二等分後に次のような出力が生成されます。
Bisecting: 22 revisions left to test after this (roughly 5 steps)
[123fedacc728b985d4f8d010e2a69dcbdcbf3e8e] use binascii module for hex/binary conversions
で使用されているものと同様に、部分的なコミット名プレフィックスを使用させることはできますgit log --abbrev-commit
か?このようなもの:
Bisecting: 22 revisions left to test after this (roughly 5 steps)
[123feda] use binascii module for hex/binary conversions