From: Junio C Hamano Date: Mon, 2 Jan 2023 10:04:26 +0000 (+0900) Subject: The fourth batch X-Git-Tag: v2.40.0-rc0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b4f5a4e4bb102ac8d967cea653ed753b608193c;p=thirdparty%2Fgit.git The fourth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt index 634f0ae33a..80b3b50402 100644 --- a/Documentation/RelNotes/2.40.0.txt +++ b/Documentation/RelNotes/2.40.0.txt @@ -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).