gitk: Add a menu item to show where a given line comes from
authorPaul Mackerras <paulus@samba.org>
Mon, 27 Oct 2008 10:36:25 +0000 (21:36 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Oct 2008 10:36:25 +0000 (21:36 +1100)
This adds a menu item to the pop-up menu for the diff display window
which makes gitk find which commit added the line (via git blame)
and show that commit, with the line highlighted with a light-blue
background.

Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found