From: Matthew Ruffalo <matthew.ruffalo@xxxxxxxx> Signed-off-by: Matthew Ruffalo <matthew.ruffalo@xxxxxxxx> --- Documentation/config.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index ad5eb5f..5cae0f4 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -862,6 +862,15 @@ diff.ignoreSubmodules:: commands such as 'git diff-files'. 'git checkout' also honors this setting when reporting uncommitted changes. +diffstat.width:: + Controls the default width of 'git diff --stat' output. Can be + overridden with the command line option '--stat-width'. + +diffstat.namewidth:: + Controls the default width of the filenames in 'git diff --stat' + output. Can be overridden with the command line option + '--stat-namewidth'. + diff.suppressBlankEmpty:: A boolean to inhibit the standard behavior of printing a space before each empty output line. Defaults to false. -- 1.7.1 -- 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