Skip to content

Commit 48d89b5

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent aabc698 commit 48d89b5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.41.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ UI, Workflows & Features
7373
number of input files and where in the sequence each invocation is
7474
via environment variables.
7575

76+
* When "gc" needs to retain unreachable objects, packing them into
77+
cruft packs (instead of exploding them into loose object files) has
78+
been offered as a more efficient option for some time. Now the use
79+
of cruft packs has been made the default and no longer considered
80+
an experimental feature.
81+
7682

7783
Performance, Internal Implementation, Development Support etc.
7884

@@ -258,6 +264,11 @@ Fixes since v2.40
258264
case bugs, which have been corrected.
259265
(merge d85cd18777 ps/fix-geom-repack-with-alternates later to maint).
260266

267+
* The "%GT" placeholder for the "--format" option of "git log" and
268+
friends caused BUG() to trigger on a commit signed with an unknown
269+
key, which has been corrected.
270+
(merge 7891e46585 jk/gpg-trust-level-fix later to maint).
271+
261272
* Other code cleanup, docfix, build fix, etc.
262273
(merge f7111175df as/doc-markup-fix later to maint).
263274
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).

0 commit comments

Comments
 (0)