git-gui: Enable jumping to a specific line number in blame view.
commit9a483e5c093bc5fa364e02b7a4aeb26dde99a5e9
authorDavid Fries <david@fries.net>
Sun, 17 Jul 2011 01:47:14 +0000 (16 20:47 -0500)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 19 Jul 2011 14:31:24 +0000 (19 15:31 +0100)
treea1864720f2020f99750edeeef9f03776e132a8bb
parent768e300a508d0e9e685929082a99c885ff384ffc
git-gui: Enable jumping to a specific line number in blame view.

This patch adds a goto control similar to the search control currently
available. The goto control permits the user to specify a line number to
jump to.
When in blame, Control-G is bound to display this control.

Signed-off-by: David Fries <David@Fries.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
lib/blame.tcl
lib/line.tcl [new file with mode: 0644]