Skip to content

Commit a54c07b

Browse files
committed
Autogenerated HTML docs for v2.47.0-305-g4083a
1 parent 5b4b3d8 commit a54c07b

Some content is hidden

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

51 files changed

+231
-188
lines changed

DecisionMaking.html

Lines changed: 1 addition & 1 deletion
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-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstContribution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Contribution to the Git Project</h1>
444444
<div class="details">
445-
<span id="revdate">2024-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

MyFirstObjectWalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<div id="header">
443443
<h1>My First Object Walk</h1>
444444
<div class="details">
445-
<span id="revdate">2024-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

RelNotes/2.47.1.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Git 2.47.1 Release Notes
2+
========================
3+
4+
This is to flush accumulated fixes since 2.47.0 on the 'master'
5+
front down to the maintenance track.
6+
7+
8+
Fixes since Git 2.47
9+
--------------------
10+
11+
* Use after free and double freeing at the end in "git log -L... -p"
12+
had been identified and fixed.
13+
14+
* On macOS, fsmonitor can fall into a race condition that results in
15+
a client waiting forever to be notified for an event that have
16+
already happened. This problem has been corrected.
17+
18+
* "git maintenance start" crashed due to an uninitialized variable
19+
reference, which has been corrected.
20+
21+
* Fail gracefully instead of crashing when attempting to write the
22+
contents of a corrupt in-core index as a tree object.
23+
24+
* A "git fetch" from the superproject going down to a submodule used
25+
a wrong remote when the default remote names are set differently
26+
between them.

RelNotes/2.48.0.txt

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Performance, Internal Implementation, Development Support etc.
7878

7979
* Buildfix and upgrade of Clar to a newer version.
8080

81+
* Documentation mark-up updates.
82+
83+
* Renaming a handful of variables and structure fields.
84+
8185

8286
Fixes since v2.47
8387
-----------------
@@ -88,25 +92,20 @@ Fixes since v2.47
8892

8993
* Use after free and double freeing at the end in "git log -L... -p"
9094
had been identified and fixed.
91-
(merge fc5589d6c1 ds/line-log-asan-fix later to maint).
9295

9396
* On macOS, fsmonitor can fall into a race condition that results in
9497
a client waiting forever to be notified for an event that have
9598
already happened. This problem has been corrected.
96-
(merge 51907f8fee jk/fsmonitor-event-listener-race-fix later to maint).
9799

98100
* "git maintenance start" crashed due to an uninitialized variable
99101
reference, which has been corrected.
100-
(merge c95547a394 ps/maintenance-start-crash-fix later to maint).
101102

102103
* Fail gracefully instead of crashing when attempting to write the
103104
contents of a corrupt in-core index as a tree object.
104-
(merge ecb5c4318c ps/cache-tree-w-broken-index-entry later to maint).
105105

106106
* A "git fetch" from the superproject going down to a submodule used
107107
a wrong remote when the default remote names are set differently
108108
between them.
109-
(merge 0c1a9987da db/submodule-fetch-with-remote-name-fix later to maint).
110109

111110
* Fixes compile time warnings with 64-bit MSVC.
112111

@@ -140,6 +139,12 @@ Fixes since v2.47
140139
semantics for atomic renames when other process(es) have a file
141140
opened at the destination path.
142141

142+
* "git gc" discards any objects that are outside promisor packs that
143+
are referred to by an object in a promisor pack, and we do not
144+
refetch them from the promisor at runtime, resulting an unusable
145+
repository. Work it around by including these objects in the
146+
referring promisor pack at the receiving end of the fetch.
147+
143148
* Other code cleanup, docfix, build fix, etc.
144149
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
145150
(merge f36b8cbaef jh/config-unset-doc-fix later to maint).

ReviewingGuidelines.html

Lines changed: 1 addition & 1 deletion
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-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

SubmittingPatches.html

Lines changed: 1 addition & 1 deletion
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-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

ToolsForGit.html

Lines changed: 1 addition & 1 deletion
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-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

everyday.html

Lines changed: 1 addition & 1 deletion
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-11-16</span>
445+
<span id="revdate">2024-11-20</span>
446446
</div>
447447
</div>
448448
<div id="content">

0 commit comments

Comments
 (0)