Re: [PATCH 2/4] t1000: modernize style

2017-01-10 Thread Junio C Hamano
Stefan Beller  writes:

> On Tue, Jan 10, 2017 at 12:37 PM, Junio C Hamano  wrote:
>> Stefan Beller  writes:
>>
>>> The preferred style in tests seems to be
>>
>> s/seems to be/is/;
>
> If this is the only nit, mind to fix up the commit message locally?

Certainly.  It wasn't even meant as a "nitpick".  I was just
confirming your observation.


Re: [PATCH 2/4] t1000: modernize style

2017-01-10 Thread Stefan Beller
On Tue, Jan 10, 2017 at 12:37 PM, Junio C Hamano  wrote:
> Stefan Beller  writes:
>
>> The preferred style in tests seems to be
>
> s/seems to be/is/;

If this is the only nit, mind to fix up the commit message locally?
(I was even unsure if we want to have this patch as part
of a larger series, as it is just refactoring for the sake of refactoring,
i.e. t1000 doesn't see a new test in this series, only t1001 does)

>
>>
>> test_expect_success 'short description, ended by 2 single quotes' '
>>   here comes the test &&
>>   and chains over many lines &&
>>   ended by a quote
>> '
>
> Thanks.  This is way overdue.  During the time the script has been
> dormant for more than two years, we should have done this.

agreed.


Re: [PATCH 2/4] t1000: modernize style

2017-01-10 Thread Junio C Hamano
Stefan Beller  writes:

> The preferred style in tests seems to be

s/seems to be/is/;

>
> test_expect_success 'short description, ended by 2 single quotes' '
>   here comes the test &&
>   and chains over many lines &&
>   ended by a quote
> '

Thanks.  This is way overdue.  During the time the script has been
dormant for more than two years, we should have done this.