summaryrefslogtreecommitdiffstats
path: root/man1/git-log.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-log.1')
-rw-r--r--man1/git-log.129
1 files changed, 21 insertions, 8 deletions
diff --git a/man1/git-log.1 b/man1/git-log.1
index b0a5781bc..aa3e937e1 100644
--- a/man1/git-log.1
+++ b/man1/git-log.1
@@ -2,12 +2,12 @@
.\" Title: git-log
.\" 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\-LOG" "1" "2023\-09\-22" "Git 2\&.42\&.0\&.270\&.gbcb6ca" "Git Manual"
+.TH "GIT\-LOG" "1" "2023\-09\-29" "Git 2\&.42\&.0\&.296\&.g493f46" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1697,6 +1697,11 @@ Do not show notes\&. This negates the above
option, by resetting the list of notes refs from which notes are shown\&. Options are parsed in the order given on the command line, so e\&.g\&. "\-\-notes \-\-notes=foo \-\-no\-notes \-\-notes=bar" will only show notes from "refs/notes/bar"\&.
.RE
.PP
+\-\-show\-notes\-by\-default
+.RS 4
+Show the default notes unless options for displaying specific notes are given\&.
+.RE
+.PP
\-\-show\-notes[=<ref>], \-\-[no\-]standard\-notes
.RS 4
These options are deprecated\&. Use the above \-\-notes/\-\-no\-notes options instead\&.
@@ -3209,12 +3214,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