File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ UI, Workflows & Features
23
23
choose which editor gets used behind it, "git var" now give support
24
24
to GIT_SEQUENCE_EDITOR.
25
25
26
+ * "git format-patch" learned to honor format.mboxrd even when sending
27
+ patches to the standard output stream,
28
+
26
29
27
30
Performance, Internal Implementation, Development Support etc.
28
31
@@ -82,6 +85,15 @@ Fixes since v2.39
82
85
request and barfed, which has been corrected.
83
86
(merge 6f65f84766 ss/pull-v-recurse-fix later to maint).
84
87
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
+
85
97
* Other code cleanup, docfix, build fix, etc.
86
98
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
87
99
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
You can’t perform that action at this time.
0 commit comments