Sixth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2020-08-11 18:03:56 -07:00
parent a30e4c531d
commit 7814e8a05a

View file

@ -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).