diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-08-09 15:20:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-11 15:07:51 -0700 |
commit | 75b2f01a0f642b39b0f29b6218515df9b5eb798e (patch) | |
tree | b6802e0f0cef590d0ec955cf4d3bcb558eabf9af /Documentation/RelNotes | |
parent | .mailmap: update email address of Philip Oakley (diff) | |
download | tgif-75b2f01a0f642b39b0f29b6218515df9b5eb798e.tar.xz |
Git 2.22.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.22.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |