Skip to content

Commit d8af7ca

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f29e987 commit d8af7ca

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ UI, Workflows & Features
2626
* The use of "revision" (a connected set of commits) has been
2727
clarified in the "git replay" documentation.
2828

29+
* A help message from "git branch" now mentions "git help" instead of
30+
"man" when suggesting to read some documentation.
31+
32+
* "git repo struct" learned to take "-z" as a synonym to "--format=nul".
33+
2934

3035
Performance, Internal Implementation, Development Support etc.
3136
--------------------------------------------------------------
@@ -51,6 +56,10 @@ Performance, Internal Implementation, Development Support etc.
5156
5257
* Code refactoring around object database sources.
5358
59+
* Halve the memory consumed by artificial filepairs created during
60+
"git diff --find-copioes-harder", also making the operation run
61+
faster.
62+
5463
5564
Fixes since v2.52
5665
-----------------
@@ -150,9 +159,18 @@ Fixes since v2.52
150159
* The way patience diff finds LCS has been optimized.
151160
(merge c7e3b8085b yc/xdiff-patience-optim later to maint).
152161

162+
* Recent optimization to "last-modified" command introduced use of
163+
uninitialized block of memory, which has been corrected.
164+
(merge fe4e60759b tc/last-modified-active-paths-optimization later to maint).
165+
166+
* "git last-modified" used to mishandle "--" to mark the beginning of
167+
pathspec, which has been corrected.
168+
(merge 05491b90ce js/last-modified-with-sparse-checkouts later to maint).
169+
153170
* Other code cleanup, docfix, build fix, etc.
154171
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
155172
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
156173
(merge f18aa68861 rs/xmkstemp-simplify later to maint).
157174
(merge fddba8f737 ja/doc-synopsis-style later to maint).
158175
(merge 22ce0cb639 en/xdiff-cleanup-2 later to maint).
176+
(merge 8ef7355a8f je/doc-pull later to maint).

0 commit comments

Comments
 (0)