All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 3/3] Add documentation for new diffstat config options
@ 2010-11-28 23:52 Matthew Ruffalo
  0 siblings, 0 replies; only message in thread
From: Matthew Ruffalo @ 2010-11-28 23:52 UTC (permalink / raw)
  To: git

>From 5b50cfe9095bd0d0b8dab976f5f88bebced942d1 Mon Sep 17 00:00:00 2001
From: Matthew Ruffalo <matthew.ruffalo@case.edu>
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 <matthew.ruffalo@case.edu>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-28 23:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-28 23:52 [PATCH/RFC 3/3] Add documentation for new diffstat config options Matthew Ruffalo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.