gitk: Add a menu item to show where a given line comes from
commit8a8977425e2697029414c3bcf4b627b074934bbc
authorPaul Mackerras <paulus@samba.org>
Mon, 27 Oct 2008 10:36:25 +0000 (27 21:36 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 27 Oct 2008 10:36:25 +0000 (27 21:36 +1100)
tree3f52c2881c88471d1ce029a4ed90a825db8df878
parent190ec52c901b1e003f73ad97e88f4626d20a9e4e
gitk: Add a menu item to show where a given line comes from

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>
gitk