Merge branch 'jt/fast-export-copy-modify-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 10:39:43 +0000 (19:39 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Sep 2017 10:39:43 +0000 (19:39 +0900)
"git fast-export" with -M/-C option issued "copy" instruction on a
path that is simultaneously modified, which was incorrect.

* jt/fast-export-copy-modify-fix:
fast-export: do not copy from modified file

No differences found