Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-12 03:41:39 +0300
committerJunio C Hamano <gitster@pobox.com>2019-08-12 03:41:39 +0300
commitff66981f4593aec0f3b3eeace0eacb7dbe44fd8c (patch)
tree89ca69d2484d1dca457a71fc44a6e27f045cdd24 /Documentation
parent24966cd9820a6b0d4e348807b07cb9af8ba84fc7 (diff)
parent75b2f01a0f642b39b0f29b6218515df9b5eb798e (diff)
Sync with Git 2.22.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.22.1.txt3
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.