The fourth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2023-01-02 19:04:26 +09:00
parent 3ed91c5f22
commit 2b4f5a4e4b

View File

@ -23,6 +23,9 @@ UI, Workflows & Features
choose which editor gets used behind it, "git var" now give support
to GIT_SEQUENCE_EDITOR.
* "git format-patch" learned to honor format.mboxrd even when sending
patches to the standard output stream,
Performance, Internal Implementation, Development Support etc.
@ -82,6 +85,15 @@ Fixes since v2.39
request and barfed, which has been corrected.
(merge 6f65f84766 ss/pull-v-recurse-fix later to maint).
* When given a pattern that matches an empty string at the end of a
line, the code to parse the "git diff" line-ranges fell into an
infinite loop, which has been corrected.
(merge 4e57c88e02 lk/line-range-parsing-fix later to maint).
* Fix the sequence to fsync $GIT_DIR/packed-refs file that forgot to
flush its output to the disk..
(merge ce54672f9b ps/fsync-refs-fix later to maint).
* Other code cleanup, docfix, build fix, etc.
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).