in reply to Re: My code refactoring journey
in thread My code refactoring journey

My understanding of the Git version-control system is that it detects quite well where code has been copied, renamed, moved, or transcribed.

It's maybe not as oriented to the task as CPD, but another approach to the same problem (with further benefits).

-David