projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe19f8
)
(revert local fix)
author
Junio C Hamano
<junkio@cox.net>
Sun, 7 Aug 2005 21:11:02 +0000
(14:11 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 7 Aug 2005 21:11:02 +0000
(14:11 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index
63369f0
..
59cdd85
100755
(executable)
--- a/
gitk
+++ b/
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]