summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-28 10:28:54 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-28 10:29:09 -0700
commit57da342c786f59eaeb436c18635cc1c7597733d9 (patch)
tree6099cfd89efb5dfc85628105e042c4e718a0a84b
parentfe95c55549380c2bb52a839f127886702d7f1f4a (diff)
The 25th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.52.0.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc
index 61211dbe82..bfde4bda3b 100644
--- a/Documentation/RelNotes/2.52.0.adoc
+++ b/Documentation/RelNotes/2.52.0.adoc
@@ -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
-----------------