summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-01 16:23:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-01 16:23:30 (GMT)
commitb442731638f55b3a556b13986087103112748b10 (patch)
tree1b74aca787347c30d08524d2602ddcb3cfa9707f /Documentation
parent1d066c58ee95a84209cd46df74c0cdbda827ecdf (diff)
parent40a0f842daca9ebcb0e0f286b9af74c05ae4a1ae (diff)
downloadgit-b442731638f55b3a556b13986087103112748b10.zip
git-b442731638f55b3a556b13986087103112748b10.tar.gz
git-b442731638f55b3a556b13986087103112748b10.tar.bz2
Merge branch 'maint'
* maint: Update draft release notes to 1.8.2.1
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.2.1.txt4
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 b4cf3cc..2cd5622 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.