gitk: Allow starting gui blame for a specific line
authorAlexander Gavrilov <angavrilov@gmail.com>
Fri, 24 Oct 2008 08:13:01 +0000 (12:13 +0400)
committerPaul Mackerras <paulus@samba.org>
Sun, 26 Oct 2008 11:03:40 +0000 (22:03 +1100)
This adds a context menu item to the diff viewer pane that calls git
gui blame, focusing it on the clicked line. In case of combined
diffs, it also automatically deduces which parent is to be blamed.
Lines added by the diff are blamed on the current commit itself.

The context menu itself is added by this patch. It would be possible
to add the commands from the flist menu to it.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found