@TauPan When I need to do something like that, and "git log --follow -p -C -C -M" doesn't work, I resort to "git gui blame" on the file, and look at where things are introduced, and then use the "show history context" to look at the change and "blame parent commit" to find the code as it was previous to continue searching backwards.