summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.32.0.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-04-02 14:43:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-04-02 14:43:31 -0700
commit2e36527f23b7f6ae15e6f21ac3b08bf3fed6ee48 (patch)
treefcb94a429496c28fa7f95926e9d46840671d0d88 /Documentation/RelNotes/2.32.0.txt
parentMerge branch 'zh/format-patch-fractional-reroll-count' (diff)
downloadtgif-2e36527f23b7f6ae15e6f21ac3b08bf3fed6ee48.tar.xz
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.32.0.txt')
-rw-r--r--Documentation/RelNotes/2.32.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.32.0.txt b/Documentation/RelNotes/2.32.0.txt
index f39eede001..d69e69ffd7 100644
--- a/Documentation/RelNotes/2.32.0.txt
+++ b/Documentation/RelNotes/2.32.0.txt
@@ -47,6 +47,9 @@ UI, Workflows & Features
* "git send-email" learned to honor the core.hooksPath configuration.
+ * "git format-patch -v<n>" learned to allow a reroll count that is
+ not an integer.
+
Performance, Internal Implementation, Development Support etc.
@@ -65,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
* Reorganize Makefile to allow building git.o and other essential
objects without extra stuff needed only for testing.
+ * Preparatory API changes for parallel checkout.
+
+ * A simple IPC interface gets introduced to build services like
+ fsmonitor on top.
Fixes since v2.31