On Fri, 14 May 2010, Martin Langhoff wrote: > > The use case for this is: "Where the hell does this WTF-worthy > function come from, in this WTF-esque old codebase I just inherited?" Umm. And git does that better than anything else. "git log --follow" works fine. As does "git blame -C". It's just that gitk does not, because it wants to show the graph. Anyway, if you feel strongly about it, and really want "gitk --follow", you really need to do it yourself. I gave you some pointers. I personally don't think it's worth it. Linus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html