Skip to content

Commit debbc87

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7895a60 commit debbc87

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Git v2.53 Release Notes
22
=======================
33

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+
411
Performance, Internal Implementation, Development Support etc.
512
--------------------------------------------------------------
613
@@ -10,3 +17,15 @@ Performance, Internal Implementation, Development Support etc.
1017
* Some ref backend storage can hold not just the object name of an
1118
annotated tag, but the object name of the object the tag points at.
1219
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).

0 commit comments

Comments
 (0)