]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The sixth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:31 +0000 (14:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:31 +0000 (14:43 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.32.0.txt

index f39eede0011738e00c7707746bc12f1ac88fa2ed..d69e69ffd765afb9239056939b493895dec43c85 100644 (file)
@@ -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