summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-29 19:51:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-29 19:51:24 (GMT)
commit026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8 (patch)
treea2d9fbe5904dd76315ea200deb348ea17429df6a /Documentation/RelNotes
parent8b79343fc06ec8258499cbaca40fe1b04c209cd1 (diff)
downloadgit-026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8.zip
git-026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8.tar.gz
git-026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8.tar.bz2
Git 2.23-rc0v2.23.0-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.23.0.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.23.0.txt b/Documentation/RelNotes/2.23.0.txt
index 5cae42b..9896599 100644
--- a/Documentation/RelNotes/2.23.0.txt
+++ b/Documentation/RelNotes/2.23.0.txt
@@ -378,6 +378,11 @@ Fixes since v2.22
having to consult the other end, which has been corrected.
(merge 2581ea3d31 es/local-atomic-push-failure-with-http later to maint).
+ * The internal diff machinery can be made to read out of bounds while
+ looking for --funcion-context line in a corner case, which has been
+ corrected.
+ (merge b777f3fd61 jk/xdiff-clamp-funcname-context-index later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f547101b26 es/git-debugger-doc later to maint).
(merge 7877ac3d7b js/bisect-helper-check-get-oid-return-value later to maint).