aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-30 18:31:24 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-30 18:31:41 -0800
commitf0ef5b6d9bcc258e4cbef93839d1b7465d5212b9 (patch)
tree2be6662f96f700d2b5b27cb905dab0ccda1850e8
parentaea8cc3a10c325a22a75e2d4f582db959d3854ae (diff)
downloadgit-f0ef5b6d9bcc258e4cbef93839d1b7465d5212b9.tar.gz
The fifth batchHEADmastermain
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.53.0.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
index 70c4338675..c4dfeb1c23 100644
--- a/Documentation/RelNotes/2.53.0.adoc
+++ b/Documentation/RelNotes/2.53.0.adoc
@@ -13,6 +13,13 @@ UI, Workflows & Features
* "git blame" learns "--diff-algorithm=<algo>" option.
+ * "git repo info" learned "--all" option.
+
+ * Both "git apply" and "git diff" learn a new whitespace error class,
+ "incomplete-line".
+
+ * Add a new manual that describes the data model.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -95,7 +102,11 @@ Fixes since v2.52
* Emulation code clean-up.
(merge 2367c6bcd6 gf/win32-pthread-cond-wait-err later to maint).
+ * Various issues detected by Asan have been corrected.
+ (merge a031b6181a jk/asan-bonanza later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
(merge f18aa68861 rs/xmkstemp-simplify later to maint).
+ (merge fddba8f737 ja/doc-synopsis-style later to maint).