Skip to content

Commit 270e10a

Browse files
committed
The 23rd batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6cb9247 commit 270e10a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ UI, Workflows & Features
100100
* The reference-transaction hook was taught to be triggered before
101101
taking locks on references in the "preparing" phase.
102102

103+
* "git apply" now reports the name of the input file along with the
104+
line number when it encounters a corrupt patch, and correctly
105+
resets the line counter when processing multiple patch files.
106+
103107

104108
Performance, Internal Implementation, Development Support etc.
105109
--------------------------------------------------------------
@@ -239,6 +243,16 @@ Performance, Internal Implementation, Development Support etc.
239243
* Uses of prio_queue as a LIFO stack of commits have been written
240244
with commit_stack.
241245
246+
* The cleanup of remaining bitmaps in "ahead_behind()" has been
247+
simplified.
248+
249+
* split-index.c has been updated to not use the global the_repository
250+
and the_hash_algo variables.
251+
252+
* The unsigned integer that is used as an bitset to specify the kind
253+
of branches interpret_branch_name() function has been changed to
254+
use a dedicated enum type.
255+
242256
243257
Fixes since v2.53
244258
-----------------

0 commit comments

Comments
 (0)