aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-08-29 10:38:34 -0700
committerJunio C Hamano <gitster@pobox.com>2024-08-29 11:08:17 -0700
commit4590f2e9412378c61eac95966709c78766d326ba (patch)
tree522cee1d07031991c1ee8fbdb025ff223d36ba6f /Documentation/RelNotes
parentMerge branch 'ds/sparse-diff-index' (diff)
downloadgit-4590f2e9412378c61eac95966709c78766d326ba.tar.gz
git-4590f2e9412378c61eac95966709c78766d326ba.zip
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.47.0.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index 0f796d6d4c..3ed1cdfe62 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -96,9 +96,15 @@ Performance, Internal Implementation, Development Support etc.
object in the config subsystem has been rewritten to pass a
repository object through the callchain.
- * Drop unused parameters from functions.
+ * Unused parameters have been either marked as UNUSED to squelch
+ -Wunused warnings or dropped from many functions..
- * Mark unused parameters as UNUSED to squelch -Wunused warnings.
+ * The code in the reftable library has been cleaned up by discarding
+ unused "generic" interface.
+
+ * The underlying machinery for "git diff-index" has long been made to
+ expand the sparse index as needed, but the command fully expanded
+ the sparse index upfront, which now has been taught not to do.
Fixes since v2.46