summaryrefslogtreecommitdiffstats
path: root/man1/git-diff-files.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-diff-files.1')
-rw-r--r--man1/git-diff-files.124
1 files changed, 16 insertions, 8 deletions
diff --git a/man1/git-diff-files.1 b/man1/git-diff-files.1
index b86c6e5b3..5aee8c18a 100644
--- a/man1/git-diff-files.1
+++ b/man1/git-diff-files.1
@@ -2,12 +2,12 @@
.\" Title: git-diff-files
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-09-22
+.\" Date: 2023-09-29
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.270.gbcb6cae296
+.\" Source: Git 2.42.0.296.g493f462273
.\" Language: English
.\"
-.TH "GIT\-DIFF\-FILES" "1" "2023\-09\-22" "Git 2\&.42\&.0\&.270\&.gbcb6ca" "Git Manual"
+.TH "GIT\-DIFF\-FILES" "1" "2023\-09\-29" "Git 2\&.42\&.0\&.296\&.g493f46" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -156,12 +156,20 @@ option\&.
Generate a diffstat\&. By default, as much space as necessary will be used for the filename part, and the rest for the graph part\&. Maximum width defaults to terminal width, or 80 columns if not connected to a terminal, and can be overridden by
\fB<width>\fR\&. The width of the filename part can be limited by giving another width
\fB<name\-width>\fR
-after a comma\&. The width of the graph part can be limited by using
+after a comma or by setting
+\fBdiff\&.statNameWidth=<width>\fR\&. The width of the graph part can be limited by using
\fB\-\-stat\-graph\-width=<width>\fR
-(affects all commands generating a stat graph) or by setting
-\fBdiff\&.statGraphWidth=<width>\fR
-(does not affect
-\fBgit format\-patch\fR)\&. By giving a third parameter
+or by setting
+\fBdiff\&.statGraphWidth=<width>\fR\&. Using
+\fB\-\-stat\fR
+or
+\fB\-\-stat\-graph\-width\fR
+affects all commands generating a stat graph, while setting
+\fBdiff\&.statNameWidth\fR
+or
+\fBdiff\&.statGraphWidth\fR
+does not affect
+\fBgit format\-patch\fR\&. By giving a third parameter
\fB<count>\fR, you can limit the output to the first
\fB<count>\fR
lines, followed by