Skip to content

Commit 2b4f5a4

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ed91c5 commit 2b4f5a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ UI, Workflows & Features
2323
choose which editor gets used behind it, "git var" now give support
2424
to GIT_SEQUENCE_EDITOR.
2525

26+
* "git format-patch" learned to honor format.mboxrd even when sending
27+
patches to the standard output stream,
28+
2629

2730
Performance, Internal Implementation, Development Support etc.
2831

@@ -82,6 +85,15 @@ Fixes since v2.39
8285
request and barfed, which has been corrected.
8386
(merge 6f65f84766 ss/pull-v-recurse-fix later to maint).
8487

88+
* When given a pattern that matches an empty string at the end of a
89+
line, the code to parse the "git diff" line-ranges fell into an
90+
infinite loop, which has been corrected.
91+
(merge 4e57c88e02 lk/line-range-parsing-fix later to maint).
92+
93+
* Fix the sequence to fsync $GIT_DIR/packed-refs file that forgot to
94+
flush its output to the disk..
95+
(merge ce54672f9b ps/fsync-refs-fix later to maint).
96+
8597
* Other code cleanup, docfix, build fix, etc.
8698
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
8799
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).

0 commit comments

Comments
 (0)