All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Ruffalo <mmr15@case.edu>
To: git@vger.kernel.org
Subject: [PATCH/RFC 3/3] Add documentation for new diffstat config options
Date: Sun, 28 Nov 2010 18:52:03 -0500	[thread overview]
Message-ID: <4CF2EB23.7040206@case.edu> (raw)

>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

                 reply	other threads:[~2010-11-28 23:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4CF2EB23.7040206@case.edu \
    --to=mmr15@case.edu \
    --cc=git@vger.kernel.org \
    /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 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.