summaryrefslogtreecommitdiffstats
path: root/RelNotes/2.40.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RelNotes/2.40.0.txt')
-rw-r--r--RelNotes/2.40.0.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/RelNotes/2.40.0.txt b/RelNotes/2.40.0.txt
index 634f0ae33..80b3b5040 100644
--- a/RelNotes/2.40.0.txt
+++ b/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).