I have just pushed out some commits for gitk which add a feature that I have wanted for a long time - a way to point at a line in gitk and say "where did that come from" and have gitk show you the answer. You can now right-click on a line in the diff/file display pane (bottom left) and select "Show origin of this line". Gitk will run a one-line git blame on that line, and once the answer comes back, it will select the commit that added that line, highlight the line with a light-blue background, and scroll so that the line is visible. This works both when displaying diffs and when displaying files. There are still some minor rough edges, but I'd be interested in hearing whether it's useful to people, or if people have problems using it. This builds on the work done by Alexander Gavrilov, who added the context menu for the diff/file display pane and a menu item to start an external git gui blame on a file. Paul. -- 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