@@ -67,6 +67,9 @@ UI, Workflows & Features
67
67
flexible interface than the existing "--batch" or "--batch-check"
68
68
modes, to allow different kinds of inquiries made.
69
69
70
+ * The level of verbose output from the ort backend during inner merge
71
+ has been aligned to that of the recursive backend.
72
+
70
73
71
74
Performance, Internal Implementation, Development Support etc.
72
75
@@ -116,6 +119,9 @@ Performance, Internal Implementation, Development Support etc.
116
119
balloon to use variadic macros unconditionally, to make it official
117
120
that we now have a hard dependency on the feature.
118
121
122
+ * Makefile refactoring with a bit of suffixes rule stripping to
123
+ optimize the runtime overhead.
124
+
119
125
120
126
Fixes since v2.35
121
127
-----------------
@@ -279,6 +285,20 @@ Fixes since v2.35
279
285
recorded the last level component of the branch name, which has
280
286
been corrected.
281
287
288
+ * "git fetch" can make two separate fetches, but ref updates coming
289
+ from them were in two separate ref transactions under "--atomic",
290
+ which has been corrected.
291
+
292
+ * Check the return value from parse_tree_indirect() to turn segfaults
293
+ into calls to die().
294
+ (merge 8d2eaf649a gc/parse-tree-indirect-errors later to maint).
295
+
296
+ * Newer version of GPGSM changed its output in a backward
297
+ incompatible way to break our code that parses its output. It also
298
+ added more processes our tests need to kill when cleaning up.
299
+ Adjustments have been made to accommodate these changes.
300
+ (merge b0b70d54c4 fs/gpgsm-update later to maint).
301
+
282
302
* Other code cleanup, docfix, build fix, etc.
283
303
(merge cfc5cf428b jc/find-header later to maint).
284
304
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -303,3 +323,4 @@ Fixes since v2.35
303
323
(merge 332acc248d ds/mailmap later to maint).
304
324
(merge 04bf052eef ab/grep-patterntype later to maint).
305
325
(merge 6ee36364eb ab/diff-free-more later to maint).
326
+ (merge 63a36017fe nj/read-tree-doc-reffix later to maint).
0 commit comments