Skip to content

Commit 026dd73

Browse files
committed
Git 2.23-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8b79343 commit 026dd73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/RelNotes/2.23.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,11 @@ Fixes since v2.22
378378
having to consult the other end, which has been corrected.
379379
(merge 2581ea3d31 es/local-atomic-push-failure-with-http later to maint).
380380

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+
381386
* Other code cleanup, docfix, build fix, etc.
382387
(merge f547101b26 es/git-debugger-doc later to maint).
383388
(merge 7877ac3d7b js/bisect-helper-check-get-oid-return-value later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.22.GIT
4+
DEF_VER=v2.23.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)