-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autogenerated HTML docs for v2.47.0-72-gef8ce8
- Loading branch information
Showing
224 changed files
with
4,821 additions
and
4,676 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Git v2.48 Release Notes | ||
======================= | ||
|
||
UI, Workflows & Features | ||
------------------------ | ||
|
||
Performance, Internal Implementation, Development Support etc. | ||
-------------------------------------------------------------- | ||
|
||
* Document "amlog" notes. | ||
(merge ddfb5bcfc6 tb/notes-amlog-doc later to maint). | ||
|
||
* The way AsciiDoc is used for SYNOPSIS part of the manual pages has | ||
been revamped. The sources, at least for the simple cases, got | ||
vastly pleasant to work with. | ||
|
||
* The reftable library is now prepared to expect that the memory | ||
allocation function given to it may fail to allocate and to deal | ||
with such an error. | ||
|
||
|
||
Fixes since v2.47 | ||
----------------- | ||
|
||
* Doc update to clarify how periodical maintenance are scheduled, | ||
spread across time to avoid thundering hurds. | ||
(merge 3d6ab4177d sk/doc-maintenance-schedule later to maint). | ||
|
||
* Use after free and double freeing at the end in "git log -L... -p" | ||
had been identified and fixed. | ||
(merge fc5589d6c1 ds/line-log-asan-fix later to maint). | ||
|
||
* Other code cleanup, docfix, build fix, etc. | ||
(merge 66893a14d0 ps/leakfixes-part-8 later to maint). | ||
(merge 1164e270b5 jk/output-prefix-cleanup later to maint). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,7 +442,7 @@ | |
<div id="header"> | ||
<h1>Reviewing Patches in the Git Project</h1> | ||
<div class="details"> | ||
<span id="revdate">2024-10-06</span> | ||
<span id="revdate">2024-10-10</span> | ||
</div> | ||
</div> | ||
<div id="content"> | ||
|
@@ -472,7 +472,7 @@ <h3 id="_selecting_patches_to_review">Selecting patch(es) to review</h3> | |
<p>If you are looking for a patch series in need of review, start by checking | ||
the latest "What’s cooking in git.git" email | ||
(<a href="https://lore.kernel.org/git/[email protected]/">example</a>). The "What’s | ||
cooking" emails & replies can be found using the query <code>s:"What's cooking"</code> on | ||
cooking" emails & replies can be found using the query <code>s:</code>"What's <code>cooking</code>" on | ||
the <a href="https://lore.kernel.org/git/"><code>lore.kernel.org</code> mailing list archive</a>; | ||
alternatively, you can find the contents of the "What’s cooking" email tracked | ||
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> | |
</div> | ||
<div class="paragraph"> | ||
<p>Patches can also be searched manually in the mailing list archive using a query | ||
like <code>s:"PATCH" -s:"Re:"</code>. You can browse these results for topics relevant to | ||
like <code>s:</code>"PATCH" <code>-s:</code>"Re:". You can browse these results for topics relevant to | ||
your expertise or interest.</p> | ||
</div> | ||
<div class="paragraph"> | ||
|
@@ -634,7 +634,7 @@ <h2 id="_terminology">Terminology</h2> | |
<dt class="hdlist1">nit: </dt> | ||
<dd> | ||
<p>Denotes a small issue that should be fixed, such as a typographical error | ||
or misalignment of conditions in an <code>if()</code> statement.</p> | ||
or misalignment of conditions in an <code>if</code>() statement.</p> | ||
</dd> | ||
<dt class="hdlist1">aside: </dt> | ||
<dt class="hdlist1">optional: </dt> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.