Merge branch 'sg/diff-multiple-identical-renames'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:32 +0000 (14:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:32 +0000 (14:12 -0700)
"git diff -M" used to work better when two originally identical
files A and B got renamed to X/A and X/B by pairing A to X/A and B
to X/B, but this was broken in the 2.0 timeframe.

* sg/diff-multiple-identical-renames:
diffcore: fix iteration order of identical files during rename detection

1  2 
diffcore-rename.c
t/t4001-diff-rename.sh
Simple merge
Simple merge