Skip to content

Commit d062ccf

Browse files
committed
A bit more post Git 2.48-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d893741 commit d062ccf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.48.0.txt

+10
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ Performance, Internal Implementation, Development Support etc.
165165
info on gitk and git-gui maintainer.
166166

167167

168+
* CI jobs that run threaded programs under LSan has been giving false
169+
positives from time to time, which has been worked around.
170+
171+
168172
Fixes since v2.47
169173
-----------------
170174

@@ -310,6 +314,12 @@ Fixes since v2.47
310314
to avoid race condition even when multiple packs are involved.
311315
(merge 62b3ec8a3f tb/bitmap-fix-pack-reuse later to maint).
312316

317+
* An earlier "csum-file checksum does not have to be computed with
318+
sha1dc" topic had a few code paths that had initialized an
319+
implementation of a hash function to be used by an unmatching hash
320+
by mistake, which have been corrected.
321+
(merge 599a63409b ps/weak-sha1-for-tail-sum-fix later to maint).
322+
313323
* Other code cleanup, docfix, build fix, etc.
314324
(merge 77af53f56f aa/t7300-modernize later to maint).
315325
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).

0 commit comments

Comments
 (0)