summaryrefslogtreecommitdiffstats
path: root/git-log.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html26
1 files changed, 18 insertions, 8 deletions
diff --git a/git-log.html b/git-log.html
index 66de3d04d..6aa260e5b 100644
--- a/git-log.html
+++ b/git-log.html
@@ -2286,6 +2286,15 @@ being displayed. Examples: "--notes=foo" will show only notes from
</p>
</dd>
<dt class="hdlist1">
+--show-notes-by-default
+</dt>
+<dd>
+<p>
+ Show the default notes unless options for displaying specific
+ notes are given.
+</p>
+</dd>
+<dt class="hdlist1">
--show-notes[=&lt;ref&gt;]
</dt>
<dt class="hdlist1">
@@ -3872,14 +3881,15 @@ have to use <code>--diff-algorithm=default</code> option.</p></div>
part. Maximum width defaults to terminal width, or 80 columns
if not connected to a terminal, and can be overridden by
<code>&lt;width&gt;</code>. The width of the filename part can be limited by
- giving another width <code>&lt;name-width&gt;</code> after a comma. The width
- of the graph part can be limited by using
- <code>--stat-graph-width=&lt;width&gt;</code> (affects all commands generating
- a stat graph) or by setting <code>diff.statGraphWidth=&lt;width&gt;</code>
- (does not affect <code>git format-patch</code>).
- By giving a third parameter <code>&lt;count&gt;</code>, you can limit the
- output to the first <code>&lt;count&gt;</code> lines, followed by <code>...</code> if
- there are more.
+ giving another width <code>&lt;name-width&gt;</code> after a comma or by setting
+ <code>diff.statNameWidth=&lt;width&gt;</code>. The width of the graph part can be
+ limited by using <code>--stat-graph-width=&lt;width&gt;</code> or by setting
+ <code>diff.statGraphWidth=&lt;width&gt;</code>. Using <code>--stat</code> or
+ <code>--stat-graph-width</code> affects all commands generating a stat graph,
+ while setting <code>diff.statNameWidth</code> or <code>diff.statGraphWidth</code>
+ does not affect <code>git format-patch</code>.
+ By giving a third parameter <code>&lt;count&gt;</code>, you can limit the output to
+ the first <code>&lt;count&gt;</code> lines, followed by <code>...</code> if there are more.
</p>
<div class="paragraph"><p>These parameters can also be set individually with <code>--stat-width=&lt;width&gt;</code>,
<code>--stat-name-width=&lt;name-width&gt;</code> and <code>--stat-count=&lt;count&gt;</code>.</p></div>