The second batch

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

Junio C Hamano committed Nov 21, 2025 at 09:13 UTC debbc87557487aa9a8ed8a35367d17f8b4081c76
1 file changed +19
Documentation/RelNotes/2.53.0.adoc
+19
@@ -1,6 +1,13 @@
1 Git v2.53 Release Notes
2 =======================
3
4 +UI, Workflows & Features
5 +------------------------
6 +
7 + * "git maintenance" command learned "is-needed" subcommand to tell if
8 + it is necessary to perform various maintenance tasks.
9 +
10 +
11 Performance, Internal Implementation, Development Support etc.
12 --------------------------------------------------------------
13
@@ -10,3 +17,15 @@ Performance, Internal Implementation, Development Support etc.
17 * Some ref backend storage can hold not just the object name of an
18 annotated tag, but the object name of the object the tag points at.
19 The code to handle this information has been streamlined.
20 +
21 + * As "git diff --quiet" only cares about the existence of any
22 + changes, disable rename/copy detection to skip more expensive
23 + processing whose result will be discarded anyway.
24 +
25 +
26 +Fixes since v2.51
27 +-----------------
28 +
29 + * Ever since we added whitespace rules for this project, we misspelt
30 + an entry, which has been corrected.
31 + (merge 358e94dc70 jc/gitattributes-whitespace-no-indent-fix later to maint).