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 回答