Skip to content

Commit cf2139f

Browse files
committed
The 24th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 949f59e commit cf2139f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Documentation/RelNotes/2.54.0.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ UI, Workflows & Features
104104
line number when it encounters a corrupt patch, and correctly
105105
resets the line counter when processing multiple patch files.
106106

107+
* The HTTP transport learned to react to "429 Too Many Requests".
108+
109+
* "git repo info -h" and "git repo structure -h" limit their help output
110+
to the part that is specific to the subcommand.
111+
107112

108113
Performance, Internal Implementation, Development Support etc.
109114
--------------------------------------------------------------
@@ -253,6 +258,15 @@ Performance, Internal Implementation, Development Support etc.
253258
of branches interpret_branch_name() function has been changed to
254259
use a dedicated enum type.
255260
261+
* Various updates to contrib/diff-highlight, including documentation
262+
updates, test improvements, and color configuration handling.
263+
264+
* Code paths that loop over another array to push each element into a
265+
strvec have been rewritten to use strvec_pushv() instead.
266+
267+
* In case homebrew breaks REG_ENHANCED again, leave a in-code comment
268+
to suggest use of our replacement regex as a workaround.
269+
256270
257271
Fixes since v2.53
258272
-----------------
@@ -420,6 +434,17 @@ Fixes since v2.53
420434
* "git apply -p<n>" parses <n> more carefully now.
421435
(merge d05d84c5f5 mf/apply-p-no-atoi later to maint).
422436

437+
* A test to run a .bat file with whitespaces in the name with arguments
438+
with whitespaces in them was flaky in that sometimes it got killed
439+
before it produced expected side effects, which has been rewritten to
440+
make it more robust.
441+
(merge 3ad4921838 jk/t0061-bat-test-update later to maint).
442+
443+
* "git ls-remote '+refs/tags/*:refs/tags/*' https://..." run outside a
444+
repository would dereference a NULL while trying to see if the given
445+
refspec is a single-object refspec, which has been corrected.
446+
(merge 4e5dc601dd kj/refspec-parsing-outside-repository later to maint).
447+
423448
* Other code cleanup, docfix, build fix, etc.
424449
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
425450
(merge 7a747f972d dd/t5403-modernise later to maint).

0 commit comments

Comments
 (0)