]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The second batch main master
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Nov 2025 17:13:56 +0000 (09:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Nov 2025 17:14:18 +0000 (09:14 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.53.0.adoc

index b0b3dc9b3dcc2630090ce964964d60430deaa045..997ae7476c2942dfaf5f835da7e2423c85de1a1e 100644 (file)
@@ -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).