On Tue, Feb 23, 2016 at 06:44:58PM +0100, Matthieu Moy wrote: > diff --git a/Documentation/diff-config.txt b/Documentation/diff-config.txt > index 1acd203..fdf5a79 100644 > --- a/Documentation/diff-config.txt > +++ b/Documentation/diff-config.txt > @@ -111,7 +111,7 @@ diff.renames:: > Whether and how Git detects renames. If set to "false", > rename detection is disabled. If set to "true", basic rename > detection is enable. If set to "copies" or "copy", Git will > - detect copies, as well. Defaults to false. > + detect copies, as well. Defaults to true. I wonder if we need to talk about plumbing versus porcelain here, as it does not default to true for diff-tree, for example. But I guess that is already the case (even setting it to true yourself does not affect diff-tree). -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html