Skip to content

Commit 44ac252

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 38e4df6 commit 44ac252

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Documentation/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).

0 commit comments

Comments
 (0)