Re: [PATCH] blame - fix some issues identified by coverage report.

2019-06-03 Thread Junio C Hamano
Barret Rhoden writes: > Hi Michael - > > On 6/1/19 5:09 PM, mich...@platin.gs wrote: >> From: Michael Platings >> >> Thanks to Derrick Stolee for highlighting missing coverage. >> >> In the case of "certainties[i] = CERTAINTY_NOT_CALCULATED" this was >> defeating an optimization that preserved r

Re: [PATCH] blame - fix some issues identified by coverage report.

2019-06-03 Thread Barret Rhoden
Hi Michael - On 6/1/19 5:09 PM, mich...@platin.gs wrote: From: Michael Platings Thanks to Derrick Stolee for highlighting missing coverage. In the case of "certainties[i] = CERTAINTY_NOT_CALCULATED" this was defeating an optimization that preserved results of calculations between line-matchin

[PATCH] blame - fix some issues identified by coverage report.

2019-06-01 Thread michael
From: Michael Platings Thanks to Derrick Stolee for highlighting missing coverage. In the case of "certainties[i] = CERTAINTY_NOT_CALCULATED" this was defeating an optimization that preserved results of calculations between line-matching passes. This had caused other code to never be executed -