The fifth batch

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

Junio C Hamano committed Nov 30, 2025 at 18:31 UTC f0ef5b6d9bcc258e4cbef93839d1b7465d5212b9
1 file changed +11
Documentation/RelNotes/2.53.0.adoc
+11
@@ -13,6 +13,13 @@ UI, Workflows & Features
13
14 * "git blame" learns "--diff-algorithm=<algo>" option.
15
16 + * "git repo info" learned "--all" option.
17 +
18 + * Both "git apply" and "git diff" learn a new whitespace error class,
19 + "incomplete-line".
20 +
21 + * Add a new manual that describes the data model.
22 +
23
24 Performance, Internal Implementation, Development Support etc.
25 --------------------------------------------------------------
@@ -95,7 +102,11 @@ Fixes since v2.52
102 * Emulation code clean-up.
103 (merge 2367c6bcd6 gf/win32-pthread-cond-wait-err later to maint).
104
105 + * Various issues detected by Asan have been corrected.
106 + (merge a031b6181a jk/asan-bonanza later to maint).
107 +
108 * Other code cleanup, docfix, build fix, etc.
109 (merge 46207a54cc qj/doc-http-bad-want-response later to maint).
110 (merge df90eccd93 kh/doc-commit-extra-references later to maint).
111 (merge f18aa68861 rs/xmkstemp-simplify later to maint).
112 + (merge fddba8f737 ja/doc-synopsis-style later to maint).