Skip to content

Commit 36f8e7e

Browse files
committed
Prepare for 2.38-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 08d61c7 commit 36f8e7e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@ Performance, Internal Implementation, Development Support etc.
165165
request has been optimized by allowing it to send objects in its
166166
object store without recomputing and validating the object names.
167167

168+
* Annotate function parameters that are not used (but cannot be
169+
removed for structural reasons), to prepare us to later compile
170+
with -Wunused warning turned on.
171+
172+
* Share the text used to explain configuration variables used by "git
173+
<subcmd>" in "git help <subcmd>" with the text from "git help config".
174+
168175

169176
Fixes since v2.37
170177
-----------------
@@ -367,6 +374,10 @@ Fixes since v2.37
367374
rev-parse" has been updated to diagnose a bogus input correctly.
368375
(merge f20b9c36d0 ow/rev-parse-parseopt-fix later to maint).
369376

377+
* The code that manages list-object-filter structure, used in partial
378+
clones, leaked the instances, which has been plugged.
379+
(merge 66eede4a37 jk/plug-list-object-filter-leaks later to maint).
380+
370381
* Other code cleanup, docfix, build fix, etc.
371382
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
372383
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).

0 commit comments

Comments
 (0)