The 25th batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Oct 28, 2025 at 10:28 UTC 57da342c786f59eaeb436c18635cc1c7597733d9
1 file changed +9
Documentation/RelNotes/2.52.0.adoc
+9
@@ -57,6 +57,13 @@ UI, Workflows & Features
57
58 * Show 'P'ipe command in "git add -p".
59
60 + * "git sparse-checkout" subcommand learned a new "clean" action to
61 + prune otherwise unused working-tree files that are outside the
62 + areas of interest.
63 +
64 + * "git fast-import" is taught to handle signed tags, just like it
65 + recently learned to handle signed commits, in different ways.
66 +
67
68 Performance, Internal Implementation, Development Support etc.
69 --------------------------------------------------------------
@@ -137,6 +144,8 @@ Performance, Internal Implementation, Development Support etc.
144 * Build procedure for a few credential helpers (in contrib/) have
145 been updated.
146
147 + * CI improvements to handle the recent Rust integration better.
148 +
149
150 Fixes since v2.51
151 -----------------