]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Sixth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:03:56 +0000 (18:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Aug 2020 01:04:13 +0000 (18:04 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.29.0.txt

index d185557287345a14063db6c208bf33f5073bf52d..06025e8824d4d32656097343d02646cfb6ceca97 100644 (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).