]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 22:22:24 +0000 (15:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 23:03:03 +0000 (16:03 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index e7f371466ba2c0f437cae063010feb644f434bb9..b7373711487f59a1ccd302d5939e6aa6ed7145d4 100644 (file)
@@ -73,6 +73,12 @@ UI, Workflows & Features
    number of input files and where in the sequence each invocation is
    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.
 
@@ -258,6 +264,11 @@ Fixes since v2.40
    case bugs, which have been corrected.
    (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.
    (merge f7111175df as/doc-markup-fix later to maint).
    (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).