]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Update draft release notes to 1.8.2.1
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:23:05 +0000 (09:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 16:23:05 +0000 (09:23 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.2.1.txt

index b4cf3cccde57d5dff014fb036e8dbf072554f93f..2cd562233eac46c67f2eb06d7a84f57ca1540d3b 100644 (file)
@@ -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.