Merge branch 'sg/diff-multiple-identical-renames' into maint
commitb96c396cce05c9559f335d5ed6856687036e01ba
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:15:55 +0000 (29 14:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:15:55 +0000 (29 14:15 -0700)
treedad57c5104b24d24e2d42c9a161af46cd5e408ed
parent3bb56a91be7d136f5f03902ea900185e01a2cdcb
parentca4e3ca029def86b7b29451d4ba77ef76574949e
Merge branch 'sg/diff-multiple-identical-renames' into maint

"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
diffcore-rename.c