Documentation/diff-config: fix description of diff.renames
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Thu, 25 Feb 2016 08:59:17 +0000 (09:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2016 17:54:06 +0000 (09:54 -0800)
The description was misleading, since "set to any boolean value" include
"set to false", and diff.renames=false does not enable basic detection,
but actually disables it. Also, document that diff.renames only affects
Porcelain.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found