Skip to main content

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

Hi,

Sounds like a reasonable change. See CONTRIBUTING.md for instructions.

Thanks,
Jonathan

ср, 11 июл. 2018 г. в 16:33, Thomas Conlin <Pylonight@xxxxxxxxxxx>:

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

_______________________________________________
jgit-dev mailing list
jgit-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jgit-dev

Back to the top