Skip to content

Commit a6a37a3

Browse files
author
dscho
committed
Update manual pages (manually forced rebuild)
Updated via the `update-git-version-and-manual-pages.yml` GitHub workflow.
1 parent c705c6b commit a6a37a3

File tree

3,567 files changed

+393801
-389610
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,567 files changed

+393801
-389610
lines changed

external/docs/content/docs/BreakingChanges.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h3 id="_removals"><a class="anchor" href="#_removals"></a>Removals</h3>
229229
that complaint did not cause us to reverse course. On the contrary, we have
230230
doubled down on the deprecation and starting with 4406522b76 (pack-redundant:
231231
escalate deprecation warning to an error, 2023-03-23), the command dies unless
232-
the user passes the <code>--i-still-use-this</code> option.</p>
232+
the user passes the <span class='synopsis'><code>--i-still-use-this</code></span> option.</p>
233233
</div>
234234
<div class="paragraph">
235235
<p>There have not been any subsequent complaints, so this command will finally be

external/docs/content/docs/BreakingChanges/2.47.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h3 id="_removals"><a class="anchor" href="#_removals"></a>Removals</h3>
208208
that complaint did not cause us to reverse course. On the contrary, we have
209209
doubled down on the deprecation and starting with 4406522b76 (pack-redundant:
210210
escalate deprecation warning to an error, 2023-03-23), the command dies unless
211-
the user passes the <code>--i-still-use-this</code> option.</p>
211+
the user passes the <span class='synopsis'><code>--i-still-use-this</code></span> option.</p>
212212
</div>
213213
<div class="paragraph">
214214
<p>There have not been any subsequent complaints, so this command will finally be

external/docs/content/docs/BreakingChanges/2.48.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2 id="_git_3_0"><a class="anchor" href="#_git_3_0"></a>Git 3.0</h2>
131131
<div class="paragraph">
132132
<p>The following subsections document upcoming breaking changes for Git 3.0. There
133133
is no planned release date for this breaking version yet. The early
134-
adopter configuration used for changes for this release is <code>feature.git3</code>.</p>
134+
adopter configuration used for changes for this release is <span class='synopsis'><code>feature.git3</code></span>.</p>
135135
</div>
136136
<div class="paragraph">
137137
<p>Proposed changes and removals only include items which are "ready" to be done.
@@ -230,7 +230,7 @@ <h3 id="_removals"><a class="anchor" href="#_removals"></a>Removals</h3>
230230
that complaint did not cause us to reverse course. On the contrary, we have
231231
doubled down on the deprecation and starting with 4406522b76 (pack-redundant:
232232
escalate deprecation warning to an error, 2023-03-23), the command dies unless
233-
the user passes the <code>--i-still-use-this</code> option.</p>
233+
the user passes the <span class='synopsis'><code>--i-still-use-this</code></span> option.</p>
234234
</div>
235235
<div class="paragraph">
236236
<p>There have not been any subsequent complaints, so this command will finally be

external/docs/content/docs/BreakingChanges/2.49.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h3 id="_removals"><a class="anchor" href="#_removals"></a>Removals</h3>
228228
that complaint did not cause us to reverse course. On the contrary, we have
229229
doubled down on the deprecation and starting with 4406522b76 (pack-redundant:
230230
escalate deprecation warning to an error, 2023-03-23), the command dies unless
231-
the user passes the <code>--i-still-use-this</code> option.</p>
231+
the user passes the <span class='synopsis'><code>--i-still-use-this</code></span> option.</p>
232232
</div>
233233
<div class="paragraph">
234234
<p>There have not been any subsequent complaints, so this command will finally be

external/docs/content/docs/BreakingChanges/2.50.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h3 id="_removals"><a class="anchor" href="#_removals"></a>Removals</h3>
228228
that complaint did not cause us to reverse course. On the contrary, we have
229229
doubled down on the deprecation and starting with 4406522b76 (pack-redundant:
230230
escalate deprecation warning to an error, 2023-03-23), the command dies unless
231-
the user passes the <code>--i-still-use-this</code> option.</p>
231+
the user passes the <span class='synopsis'><code>--i-still-use-this</code></span> option.</p>
232232
</div>
233233
<div class="paragraph">
234234
<p>There have not been any subsequent complaints, so this command will finally be

external/docs/content/docs/CodingGuidelines.html

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -866,15 +866,16 @@
866866
</li>
867867
<li>
868868
<p>You can launch gdb around your program using the shorthand GIT_DEBUGGER.
869-
Run <code>GIT_DEBUGGER=1 ./bin-wrappers/git foo</code> to simply use gdb as is, or
870-
run <code>GIT_DEBUGGER="&lt;debugger&gt; &lt;debugger-args&gt;" ./bin-wrappers/git foo</code> to
871-
use your own debugger and arguments. Example: <code>GIT_DEBUGGER="ddd --gdb"
872-
./bin-wrappers/git log</code> (See <code>bin-wrappers/wrap-for-bin.sh</code>.)</p>
869+
Run <span class='synopsis'><code>GIT_DEBUGGER=1</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to simply use gdb as is, or
870+
run <span class='synopsis'><code>GIT_DEBUGGER="</code><em>&lt;debugger&gt;</em> <em>&lt;debugger-args&gt;</em><code>"</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to
871+
use your own debugger and arguments. Example: <span class='synopsis'><code>GIT_DEBUGGER="ddd</code> <code>--gdb"</code>
872+
873+
<code>./bin-wrappers/git</code> <code>log</code></span> (See <span class='synopsis'><code>bin-wrappers/wrap-for-bin.sh</code></span>.)</p>
873874
</li>
874875
<li>
875876
<p>The primary data structure that a subsystem <em>S</em> deals with is called
876-
<code>struct S</code>. Functions that operate on <code>struct S</code> are named
877-
<code>S_&lt;verb&gt;()</code> and should generally receive a pointer to <code>struct S</code> as
877+
<span class='synopsis'><code>struct</code> <code>S</code></span>. Functions that operate on <span class='synopsis'><code>struct</code> <code>S</code></span> are named
878+
<span class='synopsis'><code>S_</code><em>&lt;verb&gt;</em>()</span> and should generally receive a pointer to <span class='synopsis'><code>struct</code> <code>S</code></span> as
878879
first parameter. E.g.</p>
879880
<div class="literalblock">
880881
<div class="content">
@@ -914,24 +915,24 @@
914915
</li>
915916
<li>
916917
<p>There are several common idiomatic names for functions performing
917-
specific tasks on a structure <code>S</code>:</p>
918+
specific tasks on a structure <span class='synopsis'><code>S</code></span>:</p>
918919
</li>
919920
<li>
920-
<p><code>S_init()</code> initializes a structure without allocating the
921+
<p><span class='synopsis'><code>S_init</code>()</span> initializes a structure without allocating the
921922
structure itself.</p>
922923
</li>
923924
<li>
924-
<p><code>S_release()</code> releases a structure&#8217;s contents without freeing the
925+
<p><span class='synopsis'><code>S_release</code>()</span> releases a structure&#8217;s contents without freeing the
925926
structure.</p>
926927
</li>
927928
<li>
928-
<p><code>S_clear()</code> is equivalent to <code>S_release()</code> followed by <code>S_init()</code>
929+
<p><span class='synopsis'><code>S_clear</code>()</span> is equivalent to <span class='synopsis'><code>S_release</code>()</span> followed by <span class='synopsis'><code>S_init</code>()</span>
929930
such that the structure is directly usable after clearing it. When
930-
<code>S_clear()</code> is provided, <code>S_init()</code> shall not allocate resources
931+
<span class='synopsis'><code>S_clear</code>()</span> is provided, <span class='synopsis'><code>S_init</code>()</span> shall not allocate resources
931932
that need to be released again.</p>
932933
</li>
933934
<li>
934-
<p><code>S_free()</code> releases a structure&#8217;s contents and frees the
935+
<p><span class='synopsis'><code>S_free</code>()</span> releases a structure&#8217;s contents and frees the
935936
structure.</p>
936937
</li>
937938
<li>
@@ -1093,17 +1094,17 @@
10931094
</li>
10941095
<li>
10951096
<p>Enclose the subject of an error inside a pair of single quotes,
1096-
e.g. <code>die(_("unable to open '%s'"), path)</code>.</p>
1097+
e.g. <span class='synopsis'><code>die</code>(<code>_</code>(<code>"unable</code> <code>to</code> <code>open</code> <code>%s'"</code>)<code>,</code> <code>path</code>)</span>.</p>
10971098
</li>
10981099
<li>
10991100
<p>Unless there is a compelling reason not to, error messages from
11001101
porcelain commands should be marked for translation, e.g.
1101-
<code>die(_("bad revision %s"), revision)</code>.</p>
1102+
<span class='synopsis'><code>die</code>(<code>_</code>(<code>"bad</code> <code>revision</code> <code>%s"</code>)<code>,</code> <code>revision</code>)</span>.</p>
11021103
</li>
11031104
<li>
11041105
<p>Error messages from the plumbing commands are sometimes meant for
11051106
machine consumption and should not be marked for translation,
1106-
e.g., <code>die("bad revision %s", revision)</code>.</p>
1107+
e.g., <span class='synopsis'><code>die</code>(<code>"bad</code> <code>revision</code> <code>%s",</code> <code>revision</code>)</span>.</p>
11071108
</li>
11081109
<li>
11091110
<p>BUG("message") are for communicating the specific error to developers,
@@ -1189,7 +1190,7 @@
11891190
in the abstract. E.g.</p>
11901191
<div class="dlist">
11911192
<dl>
1192-
<dt class="hdlist1" id="Documentation/CodingGuidelines-code--shortcode"><a id="Documentation/CodingGuidelines---short" class="anchor" href="#Documentation/CodingGuidelines---short"></a><code>--short</code> </dt>
1193+
<dt class="hdlist1" id="Documentation/CodingGuidelines-spanclasssynopsiscode--shortcodespan"><a id="Documentation/CodingGuidelines---short" class="anchor" href="#Documentation/CodingGuidelines---short"></a><span class='synopsis'><code>--short</code></span> </dt>
11931194
<dd>
11941195
<p>Emit output in the short-format.</p>
11951196
<div class="literalblock">
@@ -1198,19 +1199,19 @@
11981199
</div>
11991200
</div>
12001201
</dd>
1201-
<dt class="hdlist1" id="Documentation/CodingGuidelines-code--shortcode-1"><a id="Documentation/CodingGuidelines---short-1" class="anchor" href="#Documentation/CodingGuidelines---short-1"></a><code>--short</code> </dt>
1202+
<dt class="hdlist1" id="Documentation/CodingGuidelines-spanclasssynopsiscode--shortcodespan-1"><a id="Documentation/CodingGuidelines---short-1" class="anchor" href="#Documentation/CodingGuidelines---short-1"></a><span class='synopsis'><code>--short</code></span> </dt>
12021203
<dd>
12031204
<p>Use this to emit output in the short-format.</p>
12041205
</dd>
1205-
<dt class="hdlist1" id="Documentation/CodingGuidelines-code--shortcode-1-1"><a id="Documentation/CodingGuidelines---short-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1"></a><code>--short</code> </dt>
1206+
<dt class="hdlist1" id="Documentation/CodingGuidelines-spanclasssynopsiscode--shortcodespan-1-1"><a id="Documentation/CodingGuidelines---short-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1"></a><span class='synopsis'><code>--short</code></span> </dt>
12061207
<dd>
12071208
<p>You can use this to get output in the short-format.</p>
12081209
</dd>
1209-
<dt class="hdlist1" id="Documentation/CodingGuidelines-code--shortcode-1-1-1"><a id="Documentation/CodingGuidelines---short-1-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1-1"></a><code>--short</code> </dt>
1210+
<dt class="hdlist1" id="Documentation/CodingGuidelines-spanclasssynopsiscode--shortcodespan-1-1-1"><a id="Documentation/CodingGuidelines---short-1-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1-1"></a><span class='synopsis'><code>--short</code></span> </dt>
12101211
<dd>
12111212
<p>A user who prefers shorter output could&#8230;&#8203;.</p>
12121213
</dd>
1213-
<dt class="hdlist1" id="Documentation/CodingGuidelines-code--shortcode-1-1-1-1"><a id="Documentation/CodingGuidelines---short-1-1-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1-1-1"></a><code>--short</code> </dt>
1214+
<dt class="hdlist1" id="Documentation/CodingGuidelines-spanclasssynopsiscode--shortcodespan-1-1-1-1"><a id="Documentation/CodingGuidelines---short-1-1-1-1" class="anchor" href="#Documentation/CodingGuidelines---short-1-1-1-1"></a><span class='synopsis'><code>--short</code></span> </dt>
12141215
<dd>
12151216
<p>Should a person and/or program want shorter output, he
12161217
she/they/it can&#8230;&#8203;</p>

external/docs/content/docs/CodingGuidelines/2.22.1.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,10 +673,11 @@
673673
</li>
674674
<li>
675675
<p>You can launch gdb around your program using the shorthand GIT_DEBUGGER.
676-
Run <code>GIT_DEBUGGER=1 ./bin-wrappers/git foo</code> to simply use gdb as is, or
677-
run <code>GIT_DEBUGGER="&lt;debugger&gt; &lt;debugger-args&gt;" ./bin-wrappers/git foo</code> to
678-
use your own debugger and arguments. Example: <code>GIT_DEBUGGER="ddd --gdb"
679-
./bin-wrappers/git log</code> (See <code>wrap-for-bin.sh</code>.)</p>
676+
Run <span class='synopsis'><code>GIT_DEBUGGER=1</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to simply use gdb as is, or
677+
run <span class='synopsis'><code>GIT_DEBUGGER="</code><em>&lt;debugger&gt;</em> <em>&lt;debugger-args&gt;</em><code>"</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to
678+
use your own debugger and arguments. Example: <span class='synopsis'><code>GIT_DEBUGGER="ddd</code> <code>--gdb"</code>
679+
680+
<code>./bin-wrappers/git</code> <code>log</code></span> (See <span class='synopsis'><code>wrap-for-bin.sh</code></span>.)</p>
680681
</li>
681682
</ul>
682683
</div>

external/docs/content/docs/CodingGuidelines/2.25.0.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,10 +668,11 @@
668668
</li>
669669
<li>
670670
<p>You can launch gdb around your program using the shorthand GIT_DEBUGGER.
671-
Run <code>GIT_DEBUGGER=1 ./bin-wrappers/git foo</code> to simply use gdb as is, or
672-
run <code>GIT_DEBUGGER="&lt;debugger&gt; &lt;debugger-args&gt;" ./bin-wrappers/git foo</code> to
673-
use your own debugger and arguments. Example: <code>GIT_DEBUGGER="ddd --gdb"
674-
./bin-wrappers/git log</code> (See <code>wrap-for-bin.sh</code>.)</p>
671+
Run <span class='synopsis'><code>GIT_DEBUGGER=1</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to simply use gdb as is, or
672+
run <span class='synopsis'><code>GIT_DEBUGGER="</code><em>&lt;debugger&gt;</em> <em>&lt;debugger-args&gt;</em><code>"</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to
673+
use your own debugger and arguments. Example: <span class='synopsis'><code>GIT_DEBUGGER="ddd</code> <code>--gdb"</code>
674+
675+
<code>./bin-wrappers/git</code> <code>log</code></span> (See <span class='synopsis'><code>wrap-for-bin.sh</code></span>.)</p>
675676
</li>
676677
</ul>
677678
</div>

external/docs/content/docs/CodingGuidelines/2.27.0.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,11 @@
674674
</li>
675675
<li>
676676
<p>You can launch gdb around your program using the shorthand GIT_DEBUGGER.
677-
Run <code>GIT_DEBUGGER=1 ./bin-wrappers/git foo</code> to simply use gdb as is, or
678-
run <code>GIT_DEBUGGER="&lt;debugger&gt; &lt;debugger-args&gt;" ./bin-wrappers/git foo</code> to
679-
use your own debugger and arguments. Example: <code>GIT_DEBUGGER="ddd --gdb"
680-
./bin-wrappers/git log</code> (See <code>wrap-for-bin.sh</code>.)</p>
677+
Run <span class='synopsis'><code>GIT_DEBUGGER=1</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to simply use gdb as is, or
678+
run <span class='synopsis'><code>GIT_DEBUGGER="</code><em>&lt;debugger&gt;</em> <em>&lt;debugger-args&gt;</em><code>"</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to
679+
use your own debugger and arguments. Example: <span class='synopsis'><code>GIT_DEBUGGER="ddd</code> <code>--gdb"</code>
680+
681+
<code>./bin-wrappers/git</code> <code>log</code></span> (See <span class='synopsis'><code>wrap-for-bin.sh</code></span>.)</p>
681682
</li>
682683
</ul>
683684
</div>

external/docs/content/docs/CodingGuidelines/2.28.0.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -697,10 +697,11 @@
697697
</li>
698698
<li>
699699
<p>You can launch gdb around your program using the shorthand GIT_DEBUGGER.
700-
Run <code>GIT_DEBUGGER=1 ./bin-wrappers/git foo</code> to simply use gdb as is, or
701-
run <code>GIT_DEBUGGER="&lt;debugger&gt; &lt;debugger-args&gt;" ./bin-wrappers/git foo</code> to
702-
use your own debugger and arguments. Example: <code>GIT_DEBUGGER="ddd --gdb"
703-
./bin-wrappers/git log</code> (See <code>wrap-for-bin.sh</code>.)</p>
700+
Run <span class='synopsis'><code>GIT_DEBUGGER=1</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to simply use gdb as is, or
701+
run <span class='synopsis'><code>GIT_DEBUGGER="</code><em>&lt;debugger&gt;</em> <em>&lt;debugger-args&gt;</em><code>"</code> <code>./bin-wrappers/git</code> <code>foo</code></span> to
702+
use your own debugger and arguments. Example: <span class='synopsis'><code>GIT_DEBUGGER="ddd</code> <code>--gdb"</code>
703+
704+
<code>./bin-wrappers/git</code> <code>log</code></span> (See <span class='synopsis'><code>wrap-for-bin.sh</code></span>.)</p>
704705
</li>
705706
</ul>
706707
</div>

0 commit comments

Comments
 (0)