The fifteenth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2023-04-28 15:22:24 -07:00
parent aabc69885e
commit 48d89b51b3

View File

@ -73,6 +73,12 @@ UI, Workflows & Features
number of input files and where in the sequence each invocation is number of input files and where in the sequence each invocation is
via environment variables. via environment variables.
* When "gc" needs to retain unreachable objects, packing them into
cruft packs (instead of exploding them into loose object files) has
been offered as a more efficient option for some time. Now the use
of cruft packs has been made the default and no longer considered
an experimental feature.
Performance, Internal Implementation, Development Support etc. Performance, Internal Implementation, Development Support etc.
@ -258,6 +264,11 @@ Fixes since v2.40
case bugs, which have been corrected. case bugs, which have been corrected.
(merge d85cd18777 ps/fix-geom-repack-with-alternates later to maint). (merge d85cd18777 ps/fix-geom-repack-with-alternates later to maint).
* The "%GT" placeholder for the "--format" option of "git log" and
friends caused BUG() to trigger on a commit signed with an unknown
key, which has been corrected.
(merge 7891e46585 jk/gpg-trust-level-fix later to maint).
* Other code cleanup, docfix, build fix, etc. * Other code cleanup, docfix, build fix, etc.
(merge f7111175df as/doc-markup-fix later to maint). (merge f7111175df as/doc-markup-fix later to maint).
(merge 90ff7c9898 fc/test-aggregation-clean-up later to maint). (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).