When I run git log --follow, I see a nice history of my file as it was
renamed.
When I run gitk --follow, I see the beginnings of the history, but there
are missing parts.
Is there a way to convince gitk to show me the same bits as git log
--follow?
Thanks.
Josh