Git 2.23-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 29, 2019 at 12:51 UTC
026dd738a6e5f1e42ef0f390feacb5ed6acc4ee8
2 files changed
+6
-1
Documentation/RelNotes/2.23.0.txt
+5
@@ -378,6 +378,11 @@ Fixes since v2.22
378
having to consult the other end, which has been corrected.
379
(merge 2581ea3d31 es/local-atomic-push-failure-with-http later to maint).
380
381
+ * The internal diff machinery can be made to read out of bounds while
382
+ looking for --funcion-context line in a corner case, which has been
383
+ corrected.
384
+ (merge b777f3fd61 jk/xdiff-clamp-funcname-context-index later to maint).
385
+
386
* Other code cleanup, docfix, build fix, etc.
387
(merge f547101b26 es/git-debugger-doc later to maint).
388
(merge 7877ac3d7b js/bisect-helper-check-get-oid-return-value later to maint).
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.22.GIT
4
+DEF_VER=v2.23.0-rc0
5
6
LF='
7
'