summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-04-28 15:22:24 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-28 16:03:03 -0700
commit48d89b51b3bb8a60580c36731b96a7206ce1e5b9 (patch)
tree150cddf2c48aca0d0b28c71a1f8ec7dade684b87
parentaabc69885e5d9abeda8d9efd487c16d4b4cfa7e4 (diff)
downloadgit-48d89b51b3bb8a60580c36731b96a7206ce1e5b9.tar.gz
The fifteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.41.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.41.0.txt b/Documentation/RelNotes/2.41.0.txt
index e7f371466b..b737371148 100644
--- a/Documentation/RelNotes/2.41.0.txt
+++ b/Documentation/RelNotes/2.41.0.txt
@@ -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).