diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:23:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-01 09:23:05 -0700 |
commit | 40a0f842daca9ebcb0e0f286b9af74c05ae4a1ae (patch) | |
tree | 016709d0b18c35420e7c4fd89417226b5bab607f | |
parent | b76a9e164854a7a87a2f21859f05b132ee5b83d9 (diff) | |
download | git-40a0f842daca9ebcb0e0f286b9af74c05ae4a1ae.tar.gz |
Update draft release notes to 1.8.2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/1.8.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.1.txt b/Documentation/RelNotes/1.8.2.1.txt index b4cf3cccde..2cd562233e 100644 --- a/Documentation/RelNotes/1.8.2.1.txt +++ b/Documentation/RelNotes/1.8.2.1.txt @@ -4,6 +4,10 @@ Git v1.8.2.1 Release Notes Fixes since v1.8.2 ------------------ + * The logic used by "git diff -M --stat" to shorten the names of + files before and after a rename did not work correctly when the + common prefix and suffix between the two filenames overlapped. + * "git submodule update", when recursed into sub-submodules, did not acccumulate the prefix paths. |