]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 25th batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Oct 2025 17:28:54 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Oct 2025 17:29:09 +0000 (10:29 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.52.0.adoc

index 61211dbe82db1089e1b115033ce3a6377ac15a7e..bfde4bda3b8a08f25a710f2e83bf034a522db4b8 100644 (file)
@@ -57,6 +57,13 @@ UI, Workflows & Features
 
  * Show 'P'ipe command in "git add -p".
 
+ * "git sparse-checkout" subcommand learned a new "clean" action to
+   prune otherwise unused working-tree files that are outside the
+   areas of interest.
+
+ * "git fast-import" is taught to handle signed tags, just like it
+   recently learned to handle signed commits, in different ways.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -137,6 +144,8 @@ Performance, Internal Implementation, Development Support etc.
  * Build procedure for a few credential helpers (in contrib/) have
    been updated.
 
+ * CI improvements to handle the recent Rust integration better.
+
 
 Fixes since v2.51
 -----------------