Re: [PATCH v3 0/3] Tests for merge-recursive rename-options

2016-02-24 Thread Junio C Hamano
Felipe Gonçalves Assis  writes:

> On 23 February 2016 at 22:41, Felipe Gonçalves Assis
>  wrote:
>> Just a quick update incorporating Eric's latest comments.
>>
>> Still based on
>> c443d39 (merge-recursive: find-renames resets threshold, 2016-02-21).
>>
>
> One thing I just noticed is that the description of c443d39 still has
> a line saying "Add corresponding test.", even though it does not
> include any tests. Could you remove that?

Thanks for sharp eyes.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 0/3] Tests for merge-recursive rename-options

2016-02-24 Thread Felipe Gonçalves Assis
On 23 February 2016 at 22:41, Felipe Gonçalves Assis
 wrote:
> Just a quick update incorporating Eric's latest comments.
>
> Still based on
> c443d39 (merge-recursive: find-renames resets threshold, 2016-02-21).
>

One thing I just noticed is that the description of c443d39 still has
a line saying "Add corresponding test.", even though it does not
include any tests. Could you remove that?

Thanks,
Felipe
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 0/3] Tests for merge-recursive rename-options

2016-02-23 Thread Felipe Gonçalves Assis
Just a quick update incorporating Eric's latest comments.

Still based on
c443d39 (merge-recursive: find-renames resets threshold, 2016-02-21).

Felipe Gonçalves Assis (3):
  t3034: add rename threshold tests
  t3034: test option to disable renames
  t3034: test deprecated interface

 ...s.sh => t3032-merge-recursive-space-options.sh} |   2 +-
 t/t3034-merge-recursive-rename-options.sh  | 312 +
 2 files changed, 313 insertions(+), 1 deletion(-)
 rename t/{t3032-merge-recursive-options.sh => 
t3032-merge-recursive-space-options.sh} (99%)
 create mode 100755 t/t3034-merge-recursive-rename-options.sh

-- 
2.7.1.492.gd821b20

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html