summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-10 20:38:56 +0200
committerJunio C Hamano <gitster@pobox.com>2023-10-10 20:39:15 +0200
commitaab89be2eb6ca51eefeb8c8066f673f447058856 (patch)
tree5175fd7a254a8159ae63afcd68a948ef4d49c2d9 /Documentation/RelNotes
parentMerge branch 'cc/repack-sift-filtered-objects-to-separate-pack' (diff)
downloadgit-aab89be2eb6ca51eefeb8c8066f673f447058856.tar.xz
git-aab89be2eb6ca51eefeb8c8066f673f447058856.zip
The sixteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.43.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index 494e13e827..b90aeed132 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -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
-----------------