1
0
mirror of https://github.com/git/git.git synced 2024-10-07 08:01:35 +02:00

(revert local fix)

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-08-07 14:11:02 -07:00
parent bfe19f876c
commit 200e7fbbac

1
gitk

@ -1802,7 +1802,6 @@ proc selectline {l isnew} {
set linkid [string range $comment $s $e]
if {![info exists idline($linkid)]} continue
incr e
incr i
$ctext tag conf link$i -foreground blue -underline 1
$ctext tag add link$i "$commentstart + $s c" "$commentstart + $e c"
$ctext tag bind link$i <1> [list selectline $idline($linkid) 1]