1

実行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
4

1 に答える 1

1

いいえ。ソースgit bisectは、完全なハッシュとターミネータにメモリを割り当てます。ただし、フラグにパッチを当てるのはおそらく簡単でしょう。git に追加する価値があると思われる場合は、git リストに送信してみてください。

于 2012-09-06T22:06:20.573 に答える