df44483a (diff --stat: add config option to limit graph width, 2012-03-01) added the option diff.statGraphWidth, but did not place it in its appropriate lexical place in diff-config.txt. Fix this. Signed-off-by: Ramkumar Ramachandra <artagnon@xxxxxxxxx> --- Documentation/diff-config.txt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/diff-config.txt b/Documentation/diff-config.txt index c2b94f9..04574f9 100644 --- a/Documentation/diff-config.txt +++ b/Documentation/diff-config.txt @@ -52,10 +52,6 @@ directories with less than 10% of the total amount of changed files, and accumulating child directory counts in the parent directories: `files,10,cumulative`. -diff.statGraphWidth:: - Limit the width of the graph part in --stat output. If set, applies - to all commands generating --stat output except format-patch. - diff.external:: If this config variable is set, diff generation is not performed using the internal diff machinery, but using the @@ -99,6 +95,10 @@ diff.renames:: will enable basic rename detection. If set to "copies" or "copy", it will detect copies, as well. +diff.statGraphWidth:: + Limit the width of the graph part in --stat output. If set, applies + to all commands generating --stat output except format-patch. + diff.suppressBlankEmpty:: A boolean to inhibit the standard behavior of printing a space before each empty output line. Defaults to false. -- 1.7.8.1.362.g5d6df.dirty -- 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