From 5b50cfe9095bd0d0b8dab976f5f88bebced942d1 Mon Sep 17 00:00:00 2001
From: Matthew Ruffalo <redacted>
Date: Sun, 28 Nov 2010 18:11:20 -0500
Subject: [PATCH 3/3] Add documentation for new diffstat config options
Signed-off-by: Matthew Ruffalo <redacted>
---
Documentation/config.txt | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 6a6c0b5..148487e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -849,6 +849,15 @@ diff.ignoreSubmodules::
commands such as 'git diff-files'. 'git checkout' also honors
this setting when reporting uncommitted changes.
+diff.stat.width::
+ Controls the default width of 'git diff --stat' output. Can be
+ overridden with the command line option '--stat-width'.
+
+diff.stat.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