projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3754354
)
gitk: Fix incorrect invocation of getmergediffline
author
Paul Mackerras
<paulus@samba.org>
Thu, 6 Apr 2006 00:20:03 +0000
(10:20 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Thu, 6 Apr 2006 00:20:03 +0000
(10:20 +1000)
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index
e1848cd
..
f88c06e
100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-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
]
}
}