t3034: add rename threshold tests
authorFelipe Gonçalves Assis <felipeg.assis@gmail.com>
Wed, 24 Feb 2016 01:41:29 +0000 (22:41 -0300)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2016 22:45:28 +0000 (14:45 -0800)
10ae752 (merge-recursive: option to specify rename threshold,
2010-09-27) introduced this feature but did not include any tests.

The tests use the new option --find-renames, which replaces the then
introduced and now deprecated option --rename-threshold.

Also update name and description of t3032 for consistency:
"merge-recursive options" -> "merge-recursive space options"

Signed-off-by: Felipe Gonçalves Assis <felipegassis@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found