]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The sixteenth batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Oct 2023 18:38:56 +0000 (11:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Oct 2023 18:39:15 +0000 (11:39 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.43.0.txt

index 494e13e827ea7dacf6b2194a9b2ef5b9bd38fe7e..b90aeed132afd368ffe518c8f9da0c9f07a6aef1 100644 (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
 -----------------