Merge branch 'en/status-multiple-renames-to-the-same-target-fix' into maint
commit254db3035ccf3413ab997c4baf2d3b8b7bb4c054
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:48 +0000 (21 22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:48 +0000 (21 22:57 +0900)
tree1e075b41ab27ffcf15fb5c30159a518f69ccb185
parentf1814e02282860a85b0ca85092df08b4788103da
parent3e73cc62c0d80fedd1fc612e256b5eb3f3068de4
Merge branch 'en/status-multiple-renames-to-the-same-target-fix' into maint

The code in "git status" sometimes hit an assertion failure.  This
was caused by a structure that was reused without cleaning the data
used for the first run, which has been corrected.

* en/status-multiple-renames-to-the-same-target-fix:
  commit: fix erroneous BUG, 'multiple renames on the same target? how?'