On Mon, Aug 2, 2021 at 5:47 PM Junio C Hamano [off-list ref] wrote:
* Repeated rename detections in a sequence of mergy operations have
been optimize out.
s/optimize/optimized/.
Also, this optimization was specific to the merge-ort implementation;
should we add some type of qualification here? Perhaps something
like:
* Repeated rename detections in a sequence of mergy operations have
been optimized out for the new `ort` merge strategy.