From: Junio C Hamano Date: Mon, 12 Aug 2019 00:41:39 +0000 (-0700) Subject: Sync with Git 2.22.1 X-Git-Tag: v2.23.0~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ff66981f4593aec0f3b3eeace0eacb7dbe44fd8c?hp=24966cd9820a6b0d4e348807b07cb9af8ba84fc7 Sync with Git 2.22.1 --- diff --git a/.mailmap b/.mailmap index 82cd0569d5..9a5ff04753 100644 --- a/.mailmap +++ b/.mailmap @@ -210,6 +210,7 @@ Petr Baudis Petr Baudis Phil Hord Philip Jägenstedt +Philip Oakley # secondary Philipp A. Hartmann Philippe Bruhat Ralf Thielow diff --git a/Documentation/RelNotes/2.22.1.txt b/Documentation/RelNotes/2.22.1.txt index 76dd8fb578..432762f270 100644 --- a/Documentation/RelNotes/2.22.1.txt +++ b/Documentation/RelNotes/2.22.1.txt @@ -143,5 +143,8 @@ Fixes since v2.22 coding guidelines document did not talk about them and instead had a blanket ban against them. + * 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. Also contains various documentation updates, code clean-ups and minor fixups.