Skip to content

Commit 4590f2e

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 11fd53a commit 4590f2e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Documentation/RelNotes/2.47.0.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,15 @@ Performance, Internal Implementation, Development Support etc.
9696
object in the config subsystem has been rewritten to pass a
9797
repository object through the callchain.
9898

99-
* Drop unused parameters from functions.
99+
* Unused parameters have been either marked as UNUSED to squelch
100+
-Wunused warnings or dropped from many functions..
100101

101-
* Mark unused parameters as UNUSED to squelch -Wunused warnings.
102+
* The code in the reftable library has been cleaned up by discarding
103+
unused "generic" interface.
104+
105+
* The underlying machinery for "git diff-index" has long been made to
106+
expand the sparse index as needed, but the command fully expanded
107+
the sparse index upfront, which now has been taught not to do.
102108

103109

104110
Fixes since v2.46

0 commit comments

Comments
 (0)