aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-21 09:13:56 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-21 09:14:18 -0800
commitdebbc87557487aa9a8ed8a35367d17f8b4081c76 (patch)
tree4f1eb4a20b4fb0066370863971c8fae2f0451d79 /Documentation
parent7895a60969d59ce9805ce5c88921e13bc8215d8b (diff)
downloadgit-debbc87557487aa9a8ed8a35367d17f8b4081c76.tar.gz
The second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.53.0.adoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
index b0b3dc9b3d..997ae7476c 100644
--- a/Documentation/RelNotes/2.53.0.adoc
+++ b/Documentation/RelNotes/2.53.0.adoc
@@ -1,6 +1,13 @@
Git v2.53 Release Notes
=======================
+UI, Workflows & Features
+------------------------
+
+ * "git maintenance" command learned "is-needed" subcommand to tell if
+ it is necessary to perform various maintenance tasks.
+
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -10,3 +17,15 @@ Performance, Internal Implementation, Development Support etc.
* Some ref backend storage can hold not just the object name of an
annotated tag, but the object name of the object the tag points at.
The code to handle this information has been streamlined.
+
+ * As "git diff --quiet" only cares about the existence of any
+ changes, disable rename/copy detection to skip more expensive
+ processing whose result will be discarded anyway.
+
+
+Fixes since v2.51
+-----------------
+
+ * Ever since we added whitespace rules for this project, we misspelt
+ an entry, which has been corrected.
+ (merge 358e94dc70 jc/gitattributes-whitespace-no-indent-fix later to maint).