@drcrallen Git actually can figure out that these are renames, but you must 
change these configs first:

```
git config --local diff.renameLimit 5000
git config --local merge.renameLimit 5000
```

By default, git will disable rename detection if the number of files is >400 
for diffs or >1000 for merges.

[ Full content available at: 
https://github.com/apache/incubator-druid/pull/6266 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to