Skip to content

Commit fd039e9

Browse files
committed
Autogenerated HTML docs for v2.48.1-166-g58b58
1 parent 796624e commit fd039e9

9 files changed

+353
-344
lines changed

Diff for: RelNotes/2.49.0.txt

+7
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,17 @@ Fixes since v2.48
109109
corrected.
110110
(merge a0bea0978f ps/reflog-migration-with-logall-fix later to maint).
111111

112+
* Doc and short-help text for "show-index" has been clarified to
113+
stress that the command reads its data from the standard input.
114+
(merge 49edce4ff9 jc/show-index-h-update later to maint).
115+
112116
* Other code cleanup, docfix, build fix, etc.
113117
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
114118
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
115119
(merge 6a63995335 mh/gitattr-doc-markup-fix later to maint).
116120
(merge 43850dcf9c sk/unit-test-hash later to maint).
117121
(merge 4ad47d2de3 jc/cli-doc-option-and-config later to maint).
118122
(merge 2d0ff147e5 jp/t8002-printf-fix later to maint).
123+
(merge 69666e6746 ja/doc-restore-markup-update later to maint).
124+
(merge d11d003ba5 sk/strlen-returns-size_t later to maint).
125+
(merge 77b2d29e91 ja/doc-notes-markup-updates later to maint).

Diff for: git-config.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -7008,7 +7008,7 @@ <h3 id="_variables">Variables</h3>
70087008
variable value. The default is <code>false</code>, where the <code>--gui</code> argument
70097009
must be provided explicitly for the <code>merge.guitool</code> to be used.</p>
70107010
</dd>
7011-
<dt class="hdlist1">notes.mergeStrategy</dt>
7011+
<dt class="hdlist1"><code>notes.mergeStrategy</code></dt>
70127012
<dd>
70137013
<p>Which merge strategy to choose by default when resolving notes
70147014
conflicts. Must be one of <code>manual</code>, <code>ours</code>, <code>theirs</code>, <code>union</code>, or
@@ -7019,19 +7019,19 @@ <h3 id="_variables">Variables</h3>
70197019
<a href="git-notes.html">git-notes(1)</a>.</p>
70207020
</div>
70217021
</dd>
7022-
<dt class="hdlist1">notes.&lt;name&gt;.mergeStrategy</dt>
7022+
<dt class="hdlist1"><code>notes.</code><em>&lt;name&gt;</em><code>.mergeStrategy</code></dt>
70237023
<dd>
70247024
<p>Which merge strategy to choose when doing a notes merge into
7025-
refs/notes/&lt;name&gt;. This overrides the more general
7026-
"notes.mergeStrategy". See the "NOTES MERGE STRATEGIES" section in
7025+
<code>refs/notes/</code><em>&lt;name&gt;</em>. This overrides the more general
7026+
<code>notes.mergeStrategy</code>. See the "NOTES MERGE STRATEGIES" section in
70277027
<a href="git-notes.html">git-notes(1)</a> for more information on the available strategies.</p>
70287028
</dd>
7029-
<dt class="hdlist1">notes.displayRef</dt>
7029+
<dt class="hdlist1"><code>notes.displayRef</code></dt>
70307030
<dd>
70317031
<p>Which ref (or refs, if a glob or specified more than once), in
70327032
addition to the default set by <code>core.notesRef</code> or
70337033
<code>GIT_NOTES_REF</code>, to read notes from when showing commit
7034-
messages with the <em>git log</em> family of commands.</p>
7034+
messages with the <code>git</code> <code>log</code> family of commands.</p>
70357035
<div class="paragraph">
70367036
<p>This setting can be overridden with the <code>GIT_NOTES_DISPLAY_REF</code>
70377037
environment variable, which must be a colon separated list of refs or
@@ -7042,32 +7042,32 @@ <h3 id="_variables">Variables</h3>
70427042
but a glob that does not match any refs is silently ignored.</p>
70437043
</div>
70447044
<div class="paragraph">
7045-
<p>This setting can be disabled by the <code>--no-notes</code> option to the <em>git
7046-
log</em> family of commands, or by the <code>--notes=</code><em>&lt;ref&gt;</em> option accepted by
7045+
<p>This setting can be disabled by the <code>--no-notes</code> option to the <a href="git-log.html">git-log(1)</a>
7046+
family of commands, or by the <code>--notes=</code><em>&lt;ref&gt;</em> option accepted by
70477047
those commands.</p>
70487048
</div>
70497049
<div class="paragraph">
7050-
<p>The effective value of "core.notesRef" (possibly overridden by
7051-
GIT_NOTES_REF) is also implicitly added to the list of refs to be
7050+
<p>The effective value of <code>core.notesRef</code> (possibly overridden by
7051+
<code>GIT_NOTES_REF</code>) is also implicitly added to the list of refs to be
70527052
displayed.</p>
70537053
</div>
70547054
</dd>
7055-
<dt class="hdlist1">notes.rewrite.&lt;command&gt;</dt>
7055+
<dt class="hdlist1"><code>notes.rewrite.</code><em>&lt;command&gt;</em></dt>
70567056
<dd>
7057-
<p>When rewriting commits with &lt;command&gt; (currently <code>amend</code> or
7057+
<p>When rewriting commits with <em>&lt;command&gt;</em> (currently <code>amend</code> or
70587058
<code>rebase</code>), if this variable is <code>false</code>, git will not copy
70597059
notes from the original to the rewritten commit. Defaults to
7060-
<code>true</code>. See also "<code>notes.rewriteRef</code>" below.</p>
7060+
<code>true</code>. See also <code>notes.rewriteRef</code> below.</p>
70617061
<div class="paragraph">
70627062
<p>This setting can be overridden with the <code>GIT_NOTES_REWRITE_REF</code>
70637063
environment variable, which must be a colon separated list of refs or
70647064
globs.</p>
70657065
</div>
70667066
</dd>
7067-
<dt class="hdlist1">notes.rewriteMode</dt>
7067+
<dt class="hdlist1"><code>notes.rewriteMode</code></dt>
70687068
<dd>
70697069
<p>When copying notes during a rewrite (see the
7070-
"notes.rewrite.&lt;command&gt;" option), determines what to do if
7070+
<code>notes.rewrite.</code><em>&lt;command&gt;</em> option), determines what to do if
70717071
the target commit already has a note. Must be one of
70727072
<code>overwrite</code>, <code>concatenate</code>, <code>cat_sort_uniq</code>, or <code>ignore</code>.
70737073
Defaults to <code>concatenate</code>.</p>
@@ -7076,7 +7076,7 @@ <h3 id="_variables">Variables</h3>
70767076
environment variable.</p>
70777077
</div>
70787078
</dd>
7079-
<dt class="hdlist1">notes.rewriteRef</dt>
7079+
<dt class="hdlist1"><code>notes.rewriteRef</code></dt>
70807080
<dd>
70817081
<p>When copying notes during a rewrite, specifies the (fully
70827082
qualified) ref whose notes should be copied. May be a glob,

Diff for: git-log.html

+16-16
Original file line numberDiff line numberDiff line change
@@ -4305,7 +4305,7 @@ <h2 id="_configuration">CONFIGURATION</h2>
43054305
<a href="git-whatchanged.html">git-whatchanged(1)</a> assume <code>--use-mailmap</code>, otherwise
43064306
assume <code>--no-use-mailmap</code>. True by default.</p>
43074307
</dd>
4308-
<dt class="hdlist1">notes.mergeStrategy</dt>
4308+
<dt class="hdlist1"><code>notes.mergeStrategy</code></dt>
43094309
<dd>
43104310
<p>Which merge strategy to choose by default when resolving notes
43114311
conflicts. Must be one of <code>manual</code>, <code>ours</code>, <code>theirs</code>, <code>union</code>, or
@@ -4316,19 +4316,19 @@ <h2 id="_configuration">CONFIGURATION</h2>
43164316
<a href="git-notes.html">git-notes(1)</a>.</p>
43174317
</div>
43184318
</dd>
4319-
<dt class="hdlist1">notes.&lt;name&gt;.mergeStrategy</dt>
4319+
<dt class="hdlist1"><code>notes.</code><em>&lt;name&gt;</em><code>.mergeStrategy</code></dt>
43204320
<dd>
43214321
<p>Which merge strategy to choose when doing a notes merge into
4322-
refs/notes/&lt;name&gt;. This overrides the more general
4323-
"notes.mergeStrategy". See the "NOTES MERGE STRATEGIES" section in
4322+
<code>refs/notes/</code><em>&lt;name&gt;</em>. This overrides the more general
4323+
<code>notes.mergeStrategy</code>. See the "NOTES MERGE STRATEGIES" section in
43244324
<a href="git-notes.html">git-notes(1)</a> for more information on the available strategies.</p>
43254325
</dd>
4326-
<dt class="hdlist1">notes.displayRef</dt>
4326+
<dt class="hdlist1"><code>notes.displayRef</code></dt>
43274327
<dd>
43284328
<p>Which ref (or refs, if a glob or specified more than once), in
43294329
addition to the default set by <code>core.notesRef</code> or
43304330
<code>GIT_NOTES_REF</code>, to read notes from when showing commit
4331-
messages with the <em>git log</em> family of commands.</p>
4331+
messages with the <code>git</code> <code>log</code> family of commands.</p>
43324332
<div class="paragraph">
43334333
<p>This setting can be overridden with the <code>GIT_NOTES_DISPLAY_REF</code>
43344334
environment variable, which must be a colon separated list of refs or
@@ -4339,32 +4339,32 @@ <h2 id="_configuration">CONFIGURATION</h2>
43394339
but a glob that does not match any refs is silently ignored.</p>
43404340
</div>
43414341
<div class="paragraph">
4342-
<p>This setting can be disabled by the <code>--no-notes</code> option to the <em>git
4343-
log</em> family of commands, or by the <code>--notes=</code><em>&lt;ref&gt;</em> option accepted by
4342+
<p>This setting can be disabled by the <code>--no-notes</code> option to the <a href="git-log.html">git-log(1)</a>
4343+
family of commands, or by the <code>--notes=</code><em>&lt;ref&gt;</em> option accepted by
43444344
those commands.</p>
43454345
</div>
43464346
<div class="paragraph">
4347-
<p>The effective value of "core.notesRef" (possibly overridden by
4348-
GIT_NOTES_REF) is also implicitly added to the list of refs to be
4347+
<p>The effective value of <code>core.notesRef</code> (possibly overridden by
4348+
<code>GIT_NOTES_REF</code>) is also implicitly added to the list of refs to be
43494349
displayed.</p>
43504350
</div>
43514351
</dd>
4352-
<dt class="hdlist1">notes.rewrite.&lt;command&gt;</dt>
4352+
<dt class="hdlist1"><code>notes.rewrite.</code><em>&lt;command&gt;</em></dt>
43534353
<dd>
4354-
<p>When rewriting commits with &lt;command&gt; (currently <code>amend</code> or
4354+
<p>When rewriting commits with <em>&lt;command&gt;</em> (currently <code>amend</code> or
43554355
<code>rebase</code>), if this variable is <code>false</code>, git will not copy
43564356
notes from the original to the rewritten commit. Defaults to
4357-
<code>true</code>. See also "<code>notes.rewriteRef</code>" below.</p>
4357+
<code>true</code>. See also <code>notes.rewriteRef</code> below.</p>
43584358
<div class="paragraph">
43594359
<p>This setting can be overridden with the <code>GIT_NOTES_REWRITE_REF</code>
43604360
environment variable, which must be a colon separated list of refs or
43614361
globs.</p>
43624362
</div>
43634363
</dd>
4364-
<dt class="hdlist1">notes.rewriteMode</dt>
4364+
<dt class="hdlist1"><code>notes.rewriteMode</code></dt>
43654365
<dd>
43664366
<p>When copying notes during a rewrite (see the
4367-
"notes.rewrite.&lt;command&gt;" option), determines what to do if
4367+
<code>notes.rewrite.</code><em>&lt;command&gt;</em> option), determines what to do if
43684368
the target commit already has a note. Must be one of
43694369
<code>overwrite</code>, <code>concatenate</code>, <code>cat_sort_uniq</code>, or <code>ignore</code>.
43704370
Defaults to <code>concatenate</code>.</p>
@@ -4373,7 +4373,7 @@ <h2 id="_configuration">CONFIGURATION</h2>
43734373
environment variable.</p>
43744374
</div>
43754375
</dd>
4376-
<dt class="hdlist1">notes.rewriteRef</dt>
4376+
<dt class="hdlist1"><code>notes.rewriteRef</code></dt>
43774377
<dd>
43784378
<p>When copying notes during a rewrite, specifies the (fully
43794379
qualified) ref whose notes should be copied. May be a glob,

0 commit comments

Comments
 (0)