File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,12 @@ UI, Workflows & Features
73
73
number of input files and where in the sequence each invocation is
74
74
via environment variables.
75
75
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
+
76
82
77
83
Performance, Internal Implementation, Development Support etc.
78
84
@@ -258,6 +264,11 @@ Fixes since v2.40
258
264
case bugs, which have been corrected.
259
265
(merge d85cd18777 ps/fix-geom-repack-with-alternates later to maint).
260
266
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
+
261
272
* Other code cleanup, docfix, build fix, etc.
262
273
(merge f7111175df as/doc-markup-fix later to maint).
263
274
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
You can’t perform that action at this time.
0 commit comments