The sixteenth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2023-10-10 11:38:56 -07:00
parent 1fdedb7c7d
commit aab89be2eb

View file

@ -83,6 +83,9 @@ UI, Workflows & Features
* "git for-each-ref" and friends learned to apply mailmap to
authorname and other fields.
* "git repack" machinery learns to pay attention to the "--filter="
option.
Performance, Internal Implementation, Development Support etc.
@ -111,6 +114,10 @@ Performance, Internal Implementation, Development Support etc.
* The code to keep track of existing packs in the repository while
repacking has been refactored.
* The "streaming" interface used for bulk-checkin codepath has been
narrowed to take only blob objects for now, with no real loss of
functionality.
Fixes since v2.42
-----------------