summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.38.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-09-14 19:56:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-14 19:56:41 (GMT)
commit36f8e7ed7d72d2ac73743c3c2226cceb29b32156 (patch)
tree0c47c2b557414174a0eb48755b9c9e751be51da7 /Documentation/RelNotes/2.38.0.txt
parent08d61c70613fc340d983283fc6c3b2e4059bb58b (diff)
downloadgit-36f8e7ed7d72d2ac73743c3c2226cceb29b32156.zip
git-36f8e7ed7d72d2ac73743c3c2226cceb29b32156.tar.gz
git-36f8e7ed7d72d2ac73743c3c2226cceb29b32156.tar.bz2
Prepare for 2.38-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.38.0.txt')
-rw-r--r--Documentation/RelNotes/2.38.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
index 311d922..fe04b31 100644
--- a/Documentation/RelNotes/2.38.0.txt
+++ b/Documentation/RelNotes/2.38.0.txt
@@ -165,6 +165,13 @@ Performance, Internal Implementation, Development Support etc.
request has been optimized by allowing it to send objects in its
object store without recomputing and validating the object names.
+ * Annotate function parameters that are not used (but cannot be
+ removed for structural reasons), to prepare us to later compile
+ with -Wunused warning turned on.
+
+ * Share the text used to explain configuration variables used by "git
+ <subcmd>" in "git help <subcmd>" with the text from "git help config".
+
Fixes since v2.37
-----------------
@@ -367,6 +374,10 @@ Fixes since v2.37
rev-parse" has been updated to diagnose a bogus input correctly.
(merge f20b9c36d0 ow/rev-parse-parseopt-fix later to maint).
+ * The code that manages list-object-filter structure, used in partial
+ clones, leaked the instances, which has been plugged.
+ (merge 66eede4a37 jk/plug-list-object-filter-leaks later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77b9e85c0f vd/fix-perf-tests later to maint).
(merge 0682bc43f5 jk/test-crontab-fixes later to maint).