summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 15e02b3)
raw | patch | inline | side by side (parent: 15e02b3)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 6 Aug 2005 16:28:31 +0000 (09:28 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 6 Aug 2005 17:19:39 +0000 (10:19 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitk | patch | blob | history |
index 59cdd853e2649c4f1ce38acad366016a11b4f884..63369f0ac149073789830e19db25605dc3b7a519 100755 (executable)
--- a/gitk
+++ b/gitk
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]