Skip to content

Commit 6d897b0

Browse files
committed
Autogenerated HTML docs for v2.46.0-rc2
1 parent 84f1873 commit 6d897b0

Some content is hidden

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

52 files changed

+87
-75
lines changed

DecisionMaking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Decision-Making Process in the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Contribution to the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>My First Object Walk</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

RelNotes/2.46.0.txt

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
Git v2.46 Release Notes
22
=======================
33

4-
Backward Compatibility Notes
5-
6-
(None at this moment)
7-
84
UI, Workflows & Features
95

106
* The "--rfc" option of "git format-patch" learned to take an
@@ -212,7 +208,7 @@ Performance, Internal Implementation, Development Support etc.
212208

213209
* When bundleURI interface fetches multiple bundles, Git failed to
214210
take full advantage of all bundles and ended up slurping duplicated
215-
objects, which has been corrected..
211+
objects, which has been corrected.
216212

217213
* The code to deal with modified paths that are out-of-cone in a
218214
sparsely checked out working tree has been optimized.
@@ -446,6 +442,17 @@ Fixes since v2.45
446442
with warning messages.
447443
(merge 4f5822076f jc/http-cookiefile later to maint).
448444

445+
* Repacking a repository with multi-pack index started making stupid
446+
pack selections in Git 2.45, which has been corrected.
447+
(merge 8fb6d11fad ds/midx-write-repack-fix later to maint).
448+
449+
* Fix documentation mark-up regression in 2.45.
450+
(merge 6474da0aa4 ja/doc-markup-updates-fix later to maint).
451+
452+
* Work around asciidoctor's css that renders `monospace` material
453+
in the SYNOPSIS section of manual pages as block elements.
454+
(merge d44ce6ddd5 js/doc-markup-updates-fix later to maint).
455+
449456
* Other code cleanup, docfix, build fix, etc.
450457
(merge 493fdae046 ew/object-convert-leakfix later to maint).
451458
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Reviewing Patches in the Git Project</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

SubmittingPatches.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Submitting Patches</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">
@@ -1708,7 +1708,7 @@ <h3 id="_gnus">Gnus</h3>
17081708
<div id="footer">
17091709
<div id="footer-text">
17101710
Last updated
1711-
2024-07-18 09:52:51 PDT
1711+
2024-07-24 08:07:45 PDT
17121712
</div>
17131713
</div>
17141714
</body>

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Tools for developing Git</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div class="sect1">

docinfo.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<style>
2+
pre>code {
3+
display: inline;
4+
}
5+
</style>

everyday.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@
735735
<body class="article">
736736
<div id="header">
737737
<h1>Everyday Git With 20 Commands Or So</h1>
738-
<span id="revdate">2024-07-18</span>
738+
<span id="revdate">2024-07-23</span>
739739
</div>
740740
<div id="content">
741741
<div id="preamble">

git-bisect-lk2009.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@
737737
<h1>Fighting regressions with git bisect</h1>
738738
<span id="author">Christian Couder</span><br />
739739
<span id="email"><code>&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</code></span><br />
740-
<span id="revdate">2024-07-18</span>
740+
<span id="revdate">2024-07-23</span>
741741
</div>
742742
<div id="content">
743743
<div class="sect1">

0 commit comments

Comments
 (0)