aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-30 13:56:44 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-30 13:57:03 -0700
commit270e10ad6dda3379ea0da7efd11e4fbf2cd7a325 (patch)
tree4e495f996f54a83f937060b977e5946fc05ab7d6 /Documentation
parent6cb924707f18cbf0ba5a162e92f878d31d2774ad (diff)
downloadgit-270e10ad6dda3379ea0da7efd11e4fbf2cd7a325.tar.xz
The 23rd batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.54.0.adoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 4a3e0d3dfb..f7b2db616d 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -100,6 +100,10 @@ UI, Workflows & Features
* The reference-transaction hook was taught to be triggered before
taking locks on references in the "preparing" phase.
+ * "git apply" now reports the name of the input file along with the
+ line number when it encounters a corrupt patch, and correctly
+ resets the line counter when processing multiple patch files.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -239,6 +243,16 @@ Performance, Internal Implementation, Development Support etc.
* Uses of prio_queue as a LIFO stack of commits have been written
with commit_stack.
+ * The cleanup of remaining bitmaps in "ahead_behind()" has been
+ simplified.
+
+ * split-index.c has been updated to not use the global the_repository
+ and the_hash_algo variables.
+
+ * The unsigned integer that is used as an bitset to specify the kind
+ of branches interpret_branch_name() function has been changed to
+ use a dedicated enum type.
+
Fixes since v2.53
-----------------