Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] RenameDetector for class DiffFormatter

Hi all,

 

For class DiffFormatter, there is only "setDetectRenames(boolean)" method instead of a "setRenameDetector(RenameDetector)". May I ask why? Besides, default threshold for rename score is 60 while github default is 50. I think we really need to be able to configure RenameDetector for DiffFormatter instead of having a switch only. Looking forward to ur comments.

 

 

Best,

Ethan


Back to the top