Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-12 04:03:56 +0300
committerJunio C Hamano <gitster@pobox.com>2020-08-12 04:04:13 +0300
commit7814e8a05a59c0cf5fb186661d1551c75d1299b5 (patch)
tree064ce15d57440d58349616c729b4f55736042199 /Documentation
parenta30e4c531d9a43030eb1b5d7249378808dd2e14d (diff)
Sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.29.0.txt11
1 files changed, 11 insertions, 0 deletions
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).