Christian Couder writes:
> On Wed, Jun 10, 2015 at 5:24 PM, Junio C Hamano wrote:
>> Matthieu Moy writes:
>>>
>>> Moving from "one hardcoded pair of terms" to "two hardcoded pairs of
>>> terms" is a nice feature, but hardly a step in the right direction wrt
>>> maintainability.
>>
>> Nicely put
On Wed, Jun 10, 2015 at 5:24 PM, Junio C Hamano wrote:
> Matthieu Moy writes:
>
>> "Somebody else did it like that" is not a good justification. Especially
>> when the previous code was not merged: the code wasn't finished.
>>
>> But I actually disagree with the fact that it was not the idea. The
Matthieu Moy writes:
> "Somebody else did it like that" is not a good justification. Especially
> when the previous code was not merged: the code wasn't finished.
>
> But I actually disagree with the fact that it was not the idea. The
> point of having the terms in BISECT_TERMS was precisely to b
Antoine Delaite writes:
> Hi,
>
> thanks for the review,
>
> (sorry if you received this twice)
>
> Junio C Hamano writes:
>
>>Just throwing a suggestion. You could perhaps add a new verb to be
>>used before starting to do anything, e.g.
>>
>> $ git bisect terms new old
>
> Yes it would b
Hi,
thanks for the review,
(sorry if you received this twice)
Junio C Hamano writes:
>Just throwing a suggestion. You could perhaps add a new verb to be
>used before starting to do anything, e.g.
>
> $ git bisect terms new old
Yes it would be nice and should not be hard to implement. B
Antoine Delaite writes:
> When not looking for a regression during a bisect but for a fix or a
> change in another given property, it can be confusing to use 'good'
> and 'bad'.
>
> This patch introduce `git bisect new` and `git bisect old` as an
> alternative to 'bad' and good': the commits whic
When not looking for a regression during a bisect but for a fix or a
change in another given property, it can be confusing to use 'good'
and 'bad'.
This patch introduce `git bisect new` and `git bisect old` as an
alternative to 'bad' and good': the commits which have a certain
property must be mar
7 matches
Mail list logo