Re: [PATCH v2.1] Documentation/diff-config: fix description of diff.renames

2016-02-25 Thread Junio C Hamano
Matthieu Moy writes: > 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 > --- >

[PATCH v2.1] Documentation/diff-config: fix description of diff.renames

2016-02-25 Thread Matthieu Moy
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 --- Oops, trivial fix for typo noticed by