Skip to content

Commit

Permalink
A bit more post Git 2.48-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Jan 1, 2025
1 parent d893741 commit d062ccf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/2.48.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ Performance, Internal Implementation, Development Support etc.
info on gitk and git-gui maintainer.


* CI jobs that run threaded programs under LSan has been giving false
positives from time to time, which has been worked around.


Fixes since v2.47
-----------------

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

* An earlier "csum-file checksum does not have to be computed with
sha1dc" topic had a few code paths that had initialized an
implementation of a hash function to be used by an unmatching hash
by mistake, which have been corrected.
(merge 599a63409b ps/weak-sha1-for-tail-sum-fix later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 77af53f56f aa/t7300-modernize later to maint).
(merge dcd590a39d bf/t-readme-mention-reftable later to maint).
Expand Down

0 comments on commit d062ccf

Please sign in to comment.