From: mmr15@case.edu
To: git@vger.kernel.org
Cc: Matthew Ruffalo <matthew.ruffalo@case.edu>
Subject: [PATCH 3/3] Add documentation for new diffstat config options
Date: Tue, 7 Dec 2010 21:44:23 -0500 [thread overview]
Message-ID: <1291776263-16320-3-git-send-email-matthew.ruffalo@case.edu> (raw)
In-Reply-To: <1291776263-16320-1-git-send-email-matthew.ruffalo@case.edu>
From: Matthew Ruffalo <matthew.ruffalo@case.edu>
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 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
prev parent reply other threads:[~2010-12-08 2:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 23:51 [PATCH/RFC 2/3] diffstat: Use new diff.stat config values Matthew Ruffalo
2010-11-29 20:24 ` Junio C Hamano
2010-12-08 2:44 ` [PATCH 1/3] diffstat width: #define defaults in diff.h mmr15
2010-12-08 2:44 ` [PATCH 2/3] diffstat: Use new diffstat config values mmr15
2010-12-09 5:54 ` Junio C Hamano
2010-12-08 2:44 ` mmr15 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1291776263-16320-3-git-send-email-matthew.ruffalo@case.edu \
--to=mmr15@case.edu \
--cc=git@vger.kernel.org \
--cc=matthew.ruffalo@case.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).