Skip to content

Commit 5af5e54

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2843bde commit 5af5e54

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.39.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Performance, Internal Implementation, Development Support etc.
5151

5252
* Enable address and undefined sanitizer tasks at GitHub Actions CI.
5353

54+
* More UNUSED annotation to help using -Wunused option with the
55+
compiler.
56+
(merge 4b992f0a24 jk/unused-anno-more later to maint).
57+
5458

5559
Fixes since v2.38
5660
-----------------
@@ -136,6 +140,20 @@ Fixes since v2.38
136140
jobs (the other one tests Apple Common Crypto).
137141
(merge 1ad5c3df35 jc/ci-osx-with-sha1dc later to maint).
138142

143+
* A bugfix with tracing support in midx codepath
144+
(merge e9c3839944 tb/midx-bitmap-selection-fix later to maint).
145+
146+
* When geometric repacking feature is in use together with the
147+
--pack-kept-objects option, we lost packs marked with .keep files.
148+
(merge 197443e80a tb/save-keep-pack-during-geometric-repack later to maint).
149+
150+
* Move a global variable added as a hack during regression fixes to
151+
its proper place in the API.
152+
(merge 0b0ab95f17 ab/run-hook-api-cleanup later to maint).
153+
154+
* Update to build procedure with VS using CMake/CTest.
155+
(merge c858750b41 js/cmake-updates later to maint).
156+
139157
* Other code cleanup, docfix, build fix, etc.
140158
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
141159
(merge 2a905f8fa8 ah/branch-autosetupmerge-grammofix later to maint).
@@ -146,3 +164,4 @@ Fixes since v2.38
146164
(merge a677d3c416 pw/remove-rebase-p-test later to maint).
147165
(merge e3733b646d rs/archive-dedup-printf later to maint).
148166
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
167+
(merge 8d2863e4ed nw/t1002-cleanup later to maint).

0 commit comments

Comments
 (0)