From f5b749560980a30d7472183e3d6360baa5a1f0d5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 6 Aug 2005 09:28:31 -0700 Subject: gitk proposed fix: handle more than one SHA1 links. Signed-off-by: Junio C Hamano diff --git a/gitk b/gitk index 59cdd85..63369f0 100755 --- a/gitk +++ b/gitk @@ -1802,6 +1802,7 @@ 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] -- cgit v0.10.2-6-g49f6