]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fourth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 10:04:26 +0000 (19:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:19 +0000 (21:37 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.40.0.txt

index 634f0ae33a80d37dbcdcc0b66039e23420e614cb..80b3b504021df7e3fd6f7b47cb7afbb80d6966c9 100644 (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).