Skip to content

Commit dc39238

Browse files
committed
Autogenerated HTML docs for v2.47.0-72-gef8ce8
1 parent 55f70b1 commit dc39238

File tree

224 files changed

+4821
-4676
lines changed

Some content is hidden

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

224 files changed

+4821
-4676
lines changed

DecisionMaking.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Decision-Making Process in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-06</span>
445+
<span id="revdate">2024-10-10</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstContribution.html

+77-77
Large diffs are not rendered by default.

MyFirstObjectWalk.html

+96-96
Large diffs are not rendered by default.

RelNotes/2.48.0.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Git v2.48 Release Notes
2+
=======================
3+
4+
UI, Workflows & Features
5+
------------------------
6+
7+
Performance, Internal Implementation, Development Support etc.
8+
--------------------------------------------------------------
9+
10+
* Document "amlog" notes.
11+
(merge ddfb5bcfc6 tb/notes-amlog-doc later to maint).
12+
13+
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has
14+
been revamped. The sources, at least for the simple cases, got
15+
vastly pleasant to work with.
16+
17+
* The reftable library is now prepared to expect that the memory
18+
allocation function given to it may fail to allocate and to deal
19+
with such an error.
20+
21+
22+
Fixes since v2.47
23+
-----------------
24+
25+
* Doc update to clarify how periodical maintenance are scheduled,
26+
spread across time to avoid thundering hurds.
27+
(merge 3d6ab4177d sk/doc-maintenance-schedule later to maint).
28+
29+
* Use after free and double freeing at the end in "git log -L... -p"
30+
had been identified and fixed.
31+
(merge fc5589d6c1 ds/line-log-asan-fix later to maint).
32+
33+
* Other code cleanup, docfix, build fix, etc.
34+
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
35+
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).

ReviewingGuidelines.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Reviewing Patches in the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-06</span>
445+
<span id="revdate">2024-10-10</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -472,7 +472,7 @@ <h3 id="_selecting_patches_to_review">Selecting patch(es) to review</h3>
472472
<p>If you are looking for a patch series in need of review, start by checking
473473
the latest "What&#8217;s cooking in git.git" email
474474
(<a href="https://lore.kernel.org/git/[email protected]/">example</a>). The "What&#8217;s
475-
cooking" emails &amp; replies can be found using the query <code>s:"What's cooking"</code> on
475+
cooking" emails &amp; replies can be found using the query <code>s:</code>"What's <code>cooking</code>" on
476476
the <a href="https://lore.kernel.org/git/"><code>lore.kernel.org</code> mailing list archive</a>;
477477
alternatively, you can find the contents of the "What&#8217;s cooking" email tracked
478478
in <code>whats-cooking.txt</code> on the <code>todo</code> branch of Git. Topics tagged with "Needs
@@ -481,7 +481,7 @@ <h3 id="_selecting_patches_to_review">Selecting patch(es) to review</h3>
481481
</div>
482482
<div class="paragraph">
483483
<p>Patches can also be searched manually in the mailing list archive using a query
484-
like <code>s:"PATCH" -s:"Re:"</code>. You can browse these results for topics relevant to
484+
like <code>s:</code>"PATCH" <code>-s:</code>"Re:". You can browse these results for topics relevant to
485485
your expertise or interest.</p>
486486
</div>
487487
<div class="paragraph">
@@ -634,7 +634,7 @@ <h2 id="_terminology">Terminology</h2>
634634
<dt class="hdlist1">nit: </dt>
635635
<dd>
636636
<p>Denotes a small issue that should be fixed, such as a typographical error
637-
or misalignment of conditions in an <code>if()</code> statement.</p>
637+
or misalignment of conditions in an <code>if</code>() statement.</p>
638638
</dd>
639639
<dt class="hdlist1">aside: </dt>
640640
<dt class="hdlist1">optional: </dt>

SubmittingPatches.html

+20-20
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Submitting Patches</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-06</span>
445+
<span id="revdate">2024-10-10</span>
446446
</div>
447447
</div>
448448
<div id="content">
@@ -487,7 +487,7 @@ <h3 id="patch-flow">A typical life cycle of a patch series</h3>
487487
you are touching. These people happen to be the ones who are
488488
most likely to be knowledgeable enough to help you, but
489489
they have no obligation to help you (i.e. you ask them for help,
490-
you don&#8217;t demand). <code>git log -p &#x2d;&#x2d; <em>$area_you_are_modifying</em></code> would
490+
you don&#8217;t demand). <code>git</code> <code>log</code> <code>-p</code> &#x2d;&#x2d; <code><em>$area_you_are_modifying</em></code> would
491491
help you find out who they are.</p>
492492
</div>
493493
</li>
@@ -574,8 +574,8 @@ <h3 id="choose-starting-point">Choose a starting point.</h3>
574574
contributors. Topic branches are created by the Git maintainer (in
575575
their fork) to organize the current set of incoming contributions on
576576
the mailing list, and are itemized in the regular "What&#8217;s cooking in
577-
git.git" announcements. To find the tip of a topic branch, run <code>git log
578-
--first-parent master..seen</code> and look for the merge commit. The second
577+
git.git" announcements. To find the tip of a topic branch, run <code>git</code> <code>log</code>
578+
<code>--first-parent</code> <code>master</code><code>..</code><code>seen</code> and look for the merge commit. The second
579579
parent of this commit is the tip of the topic branch.</p>
580580
</div>
581581
<div class="paragraph">
@@ -608,7 +608,7 @@ <h3 id="choose-starting-point">Choose a starting point.</h3>
608608
<td class="content">
609609
In exceptional cases, a bug that was introduced in an old
610610
version may have to be fixed for users of releases that are much older
611-
than the recent releases. <code>git describe --contains X</code> may describe
611+
than the recent releases. <code>git</code> <code>describe</code> <code>--contains</code> <code>X</code> may describe
612612
<code>X</code> as <code>v2.30.0-rc2-gXXXXXX</code> for the commit <code>X</code> that introduced the
613613
bug, and the bug may be so high-impact that we may need to issue a new
614614
maintenance release for Git 2.30.x series, when "Git 2.41.0" is the
@@ -730,7 +730,7 @@ <h3 id="separate-commits">Make separate commits for logically separate changes.<
730730
<p>Oh, another thing. We are picky about whitespaces. Make sure your
731731
changes do not trigger errors with the sample pre-commit hook shipped
732732
in <code>templates/hooks--pre-commit</code>. To help ensure this does not happen,
733-
run <code>git diff --check</code> on your changes before you commit.</p>
733+
run <code>git</code> <code>diff</code> <code>--check</code> on your changes before you commit.</p>
734734
</div>
735735
</div>
736736
<div class="sect2">
@@ -791,7 +791,7 @@ <h3 id="describe-changes">Describe your changes well.</h3>
791791
</ul>
792792
</div>
793793
<div class="paragraph">
794-
<p>If in doubt which identifier to use, run <code>git log --no-merges</code> on the
794+
<p>If in doubt which identifier to use, run <code>git</code> <code>log</code> <code>--no-merges</code> on the
795795
files you are modifying to see the current conventions.</p>
796796
</div>
797797
<div id="summary-section" class="paragraph">
@@ -871,7 +871,7 @@ <h3 id="describe-changes">Describe your changes well.</h3>
871871
<div class="paragraph">
872872
<p>The "Copy commit reference" command of gitk can be used to obtain this
873873
format (with the subject enclosed in a pair of double-quotes), or this
874-
invocation of <code>git show</code>:</p>
874+
invocation of <code>git</code> <code>show</code>:</p>
875875
</div>
876876
<div class="literalblock">
877877
<div class="content">
@@ -1022,8 +1022,8 @@ <h3 id="git-tools">Generate your patch using Git tools out of your commits.</h3>
10221022
<p>Git based diff tools generate unidiff which is the preferred format.</p>
10231023
</div>
10241024
<div class="paragraph">
1025-
<p>You do not have to be afraid to use <code>-M</code> option to <code>git diff</code> or
1026-
<code>git format-patch</code>, if your patch involves file renames. The
1025+
<p>You do not have to be afraid to use <code>-M</code> option to <code>git</code> <code>diff</code> or
1026+
<code>git</code> <code>format-patch</code>, if your patch involves file renames. The
10271027
receiving end can handle them just fine.</p>
10281028
</div>
10291029
<div id="review-patch" class="paragraph">
@@ -1168,7 +1168,7 @@ <h4 id="_format_patch_and_send_email"><code>format-patch</code> and <code>send-e
11681168
previously sent.</p>
11691169
</div>
11701170
<div class="paragraph">
1171-
<p>The <code>git format-patch</code> command follows the best current practice to
1171+
<p>The <code>git</code> <code>format-patch</code> command follows the best current practice to
11721172
format the body of an e-mail message. At the beginning of the
11731173
patch should come your commit message, ending with the
11741174
<code>Signed-off-by</code> trailers, and a line that consists of three dashes,
@@ -1177,9 +1177,9 @@ <h4 id="_format_patch_and_send_email"><code>format-patch</code> and <code>send-e
11771177
the beginning of the e-mail message just before the commit
11781178
message starts, you can put a "From: " line to name that person.
11791179
To change the default "[PATCH]" in the subject to "[&lt;text&gt;]", use
1180-
<code>git format-patch --subject-prefix=&lt;text&gt;</code>. As a shortcut, you
1181-
can use <code>--rfc</code> instead of <code>--subject-prefix="RFC PATCH"</code>, or
1182-
<code>-v &lt;n&gt;</code> instead of <code>--subject-prefix="PATCH v&lt;n&gt;"</code>.</p>
1180+
<code>git</code> <code>format-patch</code> <code>--subject-prefix=</code><em>&lt;text&gt;</em>. As a shortcut, you
1181+
can use <code>--rfc</code> instead of <code>--subject-prefix=</code>"RFC <code>PATCH</code>", or
1182+
<code>-v</code> <em>&lt;n&gt;</em> instead of <code>--subject-prefix=</code>"PATCH <code>v</code><em>&lt;n&gt;</em>".</p>
11831183
</div>
11841184
<div class="paragraph">
11851185
<p>You often want to add additional explanation about the patch,
@@ -1188,7 +1188,7 @@ <h4 id="_format_patch_and_send_email"><code>format-patch</code> and <code>send-e
11881188
patches requiring multiple iterations of review and discussion,
11891189
an explanation of changes between each iteration can be kept in
11901190
Git-notes and inserted automatically following the three-dash
1191-
line via <code>git format-patch --notes</code>.</p>
1191+
line via <code>git</code> <code>format-patch</code> <code>--notes</code>.</p>
11921192
</div>
11931193
<div id="the-topic-summary" class="paragraph">
11941194
<p><strong>This is EXPERIMENTAL</strong>.</p>
@@ -1229,7 +1229,7 @@ <h4 id="_format_patch_and_send_email"><code>format-patch</code> and <code>send-e
12291229
<div class="paragraph">
12301230
<p>If you really really really really want to do a PGP signed
12311231
patch, format it as "multipart/signed", not a text/plain message
1232-
that starts with <code>-----BEGIN PGP SIGNED MESSAGE-----</code>. That is
1232+
that starts with <code>-----BEGIN</code> <code>PGP</code> <code>SIGNED</code> <code>MESSAGE-----</code>. That is
12331233
not a text/plain, it&#8217;s something else.</p>
12341234
</div>
12351235
</div>
@@ -1440,7 +1440,7 @@ <h2 id="_github_ci">GitHub CI<a id="GHCI"></a></h2>
14401440
<div class="paragraph">
14411441
<p>After the initial setup, CI will run whenever you push new changes
14421442
to your fork of Git on GitHub. You can monitor the test state of all your
1443-
branches here: <code>https://github.com/&lt;Your GitHub handle&gt;/git/actions/workflows/main.yml</code></p>
1443+
branches here: <code>https://github.com/</code>&lt;Your <code>GitHub</code> <code>handle</code>&gt;<code>/git/actions/workflows/main.yml</code></p>
14441444
</div>
14451445
<div class="paragraph">
14461446
<p>If a branch does not pass all test cases then it will be marked with a
@@ -1550,11 +1550,11 @@ <h3 id="_thunderbird_kmail_gmail">Thunderbird, KMail, GMail</h3>
15501550
<div class="sect2">
15511551
<h3 id="_gnus">Gnus</h3>
15521552
<div class="paragraph">
1553-
<p>"|" in the <code>*Summary*</code> buffer can be used to pipe the current
1553+
<p>"|" in the *Summary* buffer can be used to pipe the current
15541554
message to an external program, and this is a handy way to drive
1555-
<code>git am</code>. However, if the message is MIME encoded, what is
1555+
<code>git</code> <code>am</code>. However, if the message is MIME encoded, what is
15561556
piped into the program is the representation you see in your
1557-
<code>*Article*</code> buffer after unwrapping MIME. This is often not what
1557+
*Article* buffer after unwrapping MIME. This is often not what
15581558
you would want for two reasons. It tends to screw up non-ASCII
15591559
characters (most notably in people&#8217;s names), and also
15601560
whitespaces (fatal in patches). Running "C-u g" to display the

ToolsForGit.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Tools for developing Git</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-06</span>
445+
<span id="revdate">2024-10-10</span>
446446
</div>
447447
</div>
448448
<div id="content">

everyday.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>Everyday Git With 20 Commands Or So</h1>
444444
<div class="details">
445-
<span id="revdate">2024-10-06</span>
445+
<span id="revdate">2024-10-10</span>
446446
</div>
447447
</div>
448448
<div id="content">

git-add.html

+17-17
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,15 @@ <h2 id="_description">DESCRIPTION</h2>
481481
<p>This command can be performed multiple times before a commit. It only
482482
adds the content of the specified file(s) at the time the add command is
483483
run; if you want subsequent changes included in the next commit, then
484-
you must run <code>git add</code> again to add the new content to the index.</p>
484+
you must run <code>git</code> <code>add</code> again to add the new content to the index.</p>
485485
</div>
486486
<div class="paragraph">
487-
<p>The <code>git status</code> command can be used to obtain a summary of which
487+
<p>The <code>git</code> <code>status</code> command can be used to obtain a summary of which
488488
files have changes that are staged for the next commit.</p>
489489
</div>
490490
<div class="paragraph">
491-
<p>The <code>git add</code> command will not add ignored files by default. If any
492-
ignored files were explicitly specified on the command line, <code>git add</code>
491+
<p>The <code>git</code> <code>add</code> command will not add ignored files by default. If any
492+
ignored files were explicitly specified on the command line, <code>git</code> <code>add</code>
493493
will fail with a list of ignored files. Ignored files reached by
494494
directory recursion or filename globbing performed by Git (quote your
495495
globs before the shell) will be silently ignored. The <em>git add</em> command can
@@ -508,7 +508,7 @@ <h2 id="_options">OPTIONS</h2>
508508
<dl>
509509
<dt class="hdlist1">&lt;pathspec&gt;&#8230;&#8203;</dt>
510510
<dd>
511-
<p>Files to add content from. Fileglobs (e.g. <code>*.c</code>) can
511+
<p>Files to add content from. Fileglobs (e.g. *.<code>c</code>) can
512512
be given to add all matching files. Also a
513513
leading directory name (e.g. <code>dir</code> to add <code>dir/file1</code>
514514
and <code>dir/file2</code>) can be given to update the index to
@@ -543,7 +543,7 @@ <h2 id="_options">OPTIONS</h2>
543543
<dt class="hdlist1">--sparse</dt>
544544
<dd>
545545
<p>Allow updating index entries outside of the sparse-checkout cone.
546-
Normally, <code>git add</code> refuses to update index entries whose paths do
546+
Normally, <code>git</code> <code>add</code> refuses to update index entries whose paths do
547547
not fit within the sparse-checkout cone, since those files might
548548
be removed from the working tree without warning. See
549549
<a href="git-sparse-checkout.html">git-sparse-checkout(1)</a> for more details.</p>
@@ -564,7 +564,7 @@ <h2 id="_options">OPTIONS</h2>
564564
to review the difference before adding modified contents to the
565565
index.</p>
566566
<div class="paragraph">
567-
<p>This effectively runs <code>add --interactive</code>, but bypasses the
567+
<p>This effectively runs <code>add</code> <code>--interactive</code>, but bypasses the
568568
initial command menu and directly jumps to the <code>patch</code> subcommand.
569569
See &#8220;Interactive mode&#8221; for details.</p>
570570
</div>
@@ -630,8 +630,8 @@ <h2 id="_options">OPTIONS</h2>
630630
<p>Record only the fact that the path will be added later. An entry
631631
for the path is placed in the index with no content. This is
632632
useful for, among other things, showing the unstaged content of
633-
such files with <code>git diff</code> and committing them with <code>git commit
634-
-a</code>.</p>
633+
such files with <code>git</code> <code>diff</code> and committing them with <code>git</code> <code>commit</code>
634+
<code>-a</code>.</p>
635635
</dd>
636636
<dt class="hdlist1">--refresh</dt>
637637
<dd>
@@ -655,9 +655,9 @@ <h2 id="_options">OPTIONS</h2>
655655
</dd>
656656
<dt class="hdlist1">--no-warn-embedded-repo</dt>
657657
<dd>
658-
<p>By default, <code>git add</code> will warn when adding an embedded
659-
repository to the index without using <code>git submodule add</code> to
660-
create an entry in <code>.gitmodules</code>. This option will suppress the
658+
<p>By default, <code>git</code> <code>add</code> will warn when adding an embedded
659+
repository to the index without using <code>git</code> <code>submodule</code> <code>add</code> to
660+
create an entry in .<code>gitmodules</code>. This option will suppress the
661661
warning (e.g., if you are manually performing operations on
662662
submodules).</p>
663663
</dd>
@@ -708,15 +708,15 @@ <h2 id="_examples">EXAMPLES</h2>
708708
<div class="ulist">
709709
<ul>
710710
<li>
711-
<p>Adds content from all <code>*.txt</code> files under <code>Documentation</code> directory
711+
<p>Adds content from all *.<code>txt</code> files under <code>Documentation</code> directory
712712
and its subdirectories:</p>
713713
<div class="listingblock">
714714
<div class="content">
715715
<pre>$ git add Documentation/\*.txt</pre>
716716
</div>
717717
</div>
718718
<div class="paragraph">
719-
<p>Note that the asterisk <code>*</code> is quoted from the shell in this
719+
<p>Note that the asterisk * is quoted from the shell in this
720720
example; this lets the command include the files from
721721
subdirectories of <code>Documentation/</code> directory.</p>
722722
</div>
@@ -772,9 +772,9 @@ <h2 id="_interactive_mode">INTERACTIVE MODE</h2>
772772
<dt class="hdlist1">status</dt>
773773
<dd>
774774
<p>This shows the change between HEAD and index (i.e. what will be
775-
committed if you say <code>git commit</code>), and between index and
775+
committed if you say <code>git</code> <code>commit</code>), and between index and
776776
working tree files (i.e. what you could stage further before
777-
<code>git commit</code> using <code>git add</code>) for each path. A sample output
777+
<code>git</code> <code>commit</code> using <code>git</code> <code>add</code>) for each path. A sample output
778778
looks like this:</p>
779779
<div class="listingblock">
780780
<div class="content">
@@ -888,7 +888,7 @@ <h2 id="_interactive_mode">INTERACTIVE MODE</h2>
888888
<h2 id="_editing_patches">EDITING PATCHES</h2>
889889
<div class="sectionbody">
890890
<div class="paragraph">
891-
<p>Invoking <code>git add -e</code> or selecting <code>e</code> from the interactive hunk
891+
<p>Invoking <code>git</code> <code>add</code> <code>-e</code> or selecting <code>e</code> from the interactive hunk
892892
selector will open a patch in your editor; after the editor exits, the
893893
result is applied to the index. You are free to make arbitrary changes
894894
to the patch, but note that some changes may have confusing results, or

0 commit comments

Comments
 (0)