Skip to content

Commit b896f72

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent ccafbbf commit b896f72

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.36.0.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ UI, Workflows & Features
6767
flexible interface than the existing "--batch" or "--batch-check"
6868
modes, to allow different kinds of inquiries made.
6969

70+
* The level of verbose output from the ort backend during inner merge
71+
has been aligned to that of the recursive backend.
72+
7073

7174
Performance, Internal Implementation, Development Support etc.
7275

@@ -116,6 +119,9 @@ Performance, Internal Implementation, Development Support etc.
116119
balloon to use variadic macros unconditionally, to make it official
117120
that we now have a hard dependency on the feature.
118121

122+
* Makefile refactoring with a bit of suffixes rule stripping to
123+
optimize the runtime overhead.
124+
119125

120126
Fixes since v2.35
121127
-----------------
@@ -279,6 +285,20 @@ Fixes since v2.35
279285
recorded the last level component of the branch name, which has
280286
been corrected.
281287

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+
282302
* Other code cleanup, docfix, build fix, etc.
283303
(merge cfc5cf428b jc/find-header later to maint).
284304
(merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -303,3 +323,4 @@ Fixes since v2.35
303323
(merge 332acc248d ds/mailmap later to maint).
304324
(merge 04bf052eef ab/grep-patterntype later to maint).
305325
(merge 6ee36364eb ab/diff-free-more later to maint).
326+
(merge 63a36017fe nj/read-tree-doc-reffix later to maint).

0 commit comments

Comments
 (0)