From 7814e8a05a59c0cf5fb186661d1551c75d1299b5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 11 Aug 2020 18:03:56 -0700 Subject: [PATCH] Sixth batch Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.29.0.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt index d185557287..06025e8824 100644 --- a/Documentation/RelNotes/2.29.0.txt +++ b/Documentation/RelNotes/2.29.0.txt @@ -15,6 +15,10 @@ UI, Workflows & Features of the title of default merge message with merge.suppressDest configuration. + * The component to respond to "git fetch" request is made more + configurable to selectively allow or reject object filtering + specification used for partial cloning. + Performance, Internal Implementation, Development Support etc. @@ -48,6 +52,10 @@ Performance, Internal Implementation, Development Support etc. to a certain degree. It has been renamed to "strvec" to reduce the barrier to adoption. + * The final leg of SHA-256 transition. + + * CMake support to build with MSVC for Windows bypassing the Makefile. + Fixes since v2.28 ----------------- @@ -91,6 +99,9 @@ Fixes since v2.28 machinery should honor the merge.renormalize configuration, but many of them didn't. + * Doc cleanup around "worktree". + (merge dc9c144be5 es/worktree-doc-cleanups later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 84544f2ea3 sk/typofixes later to maint). (merge b17f411ab5 ar/help-guides-doc later to maint).