The sixth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Junio C Hamano 2021-04-02 14:43:31 -07:00
parent 8a4394d1c1
commit 2e36527f23
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,9 @@ UI, Workflows & Features


* "git send-email" learned to honor the core.hooksPath configuration. * "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. 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 * Reorganize Makefile to allow building git.o and other essential
objects without extra stuff needed only for testing. 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 Fixes since v2.31