From 3d246dec119a55d0a2442cff9b05b6998531f199 Mon Sep 17 00:00:00 2001 From: Philip Oakley Date: Sun, 11 Aug 2019 16:03:38 +0100 Subject: [PATCH 1/2] .mailmap: update email address of Philip Oakley My IEE 'home for life' email service is being withdrawn on 30 Sept 2019. Replace with my new email domain. I also have a secondary (backup) 'home for life' through . Signed-off-by: Philip Oakley Signed-off-by: Philip Oakley Signed-off-by: Junio C Hamano --- .mailmap | 1 + 1 file changed, 1 insertion(+) 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 From 75b2f01a0f642b39b0f29b6218515df9b5eb798e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 9 Aug 2019 15:20:04 -0700 Subject: [PATCH 2/2] Git 2.22.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.22.1.txt | 3 +++ GIT-VERSION-GEN | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 67f86b3e67..ac51bac07b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.0 +DEF_VER=v2.22.1 LF=' '