Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge git://git.kernel.org/pub/scm/gitk/gitk
author
Junio C Hamano
<junkio@cox.net>
Fri, 7 Apr 2006 23:52:59 +0000
(16:52 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 7 Apr 2006 23:52:59 +0000
(16:52 -0700)
* git://git.kernel.org/pub/scm/gitk/gitk:
gitk: Fix incorrect invocation of getmergediffline
[PATCH] gitk: Fix searching for filenames in gitk
gitk
patch
|
blob
|
history
raw
(from parent 1:
ce18135
)
diff --git
a/gitk
b/gitk
index 26fa79af7ae5bc673f377a8393d5ab6c39ef54ca..f88c06e565ce34cd3985ea22d35e33735ed4f0fa 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-2230,7
+2230,7
@@
proc donefilediff {} {
}
}
-proc findcont {
id
} {
+proc findcont {} {
global findid treediffs parentlist
global ffileline findstartline finddidsel
global displayorder numcommits matchinglines findinprogress
@@
-2700,7
+2700,7
@@
proc getmergediffline {mdf id np} {
incr nextupdate 100
fileevent $mdf readable {}
update
- fileevent $mdf readable [list getmergediffline $mdf $id]
+ fileevent $mdf readable [list getmergediffline $mdf $id
$np
]
}
}