You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/30 02:50:04 UTC

[GitHub] gianm commented on issue #6266: Rename io.druid to org.apache.druid.

gianm commented on issue #6266: Rename io.druid to org.apache.druid.
URL: https://github.com/apache/incubator-druid/pull/6266#issuecomment-417172303
 
 
   @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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org