summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cfb4563)
raw | patch | inline | side by side (parent: cfb4563)
author | Paul Mackerras <paulus@samba.org> | |
Wed, 1 Jun 2005 00:02:13 +0000 (00:02 +0000) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Wed, 1 Jun 2005 00:02:13 +0000 (00:02 +0000) |
gitk | patch | blob | history |
index a8c028b54817647663b10376b5bca0e39274786f..f7ff049b8f40a688763712370b34b5cc6f0ec043 100755 (executable)
--- a/gitk
+++ b/gitk
# and distributed under the terms of the GNU General Public Licence,
# either version 2, or (at your option) any later version.
-# CVS $Revision: 1.19 $
+# CVS $Revision: 1.20 $
proc getcommits {rargs} {
global commits commfd phase canv mainfont
Use and redistribute under the terms of the GNU General Public License
-(CVS $Revision: 1.19 $)} \
+(CVS $Revision: 1.20 $)} \
-justify center -aspect 400
pack $w.m -side top -fill x -padx 20 -pady 20
button $w.ok -text Close -command "destroy $w"
addtocflist $id
return
}
- set type [lindex $line 1]
- set file [lindex $line 3]
- if {$type == "blob"} {
- lappend treediffs($id) $file
- }
+ set file [lindex $line 5]
+ lappend treediffs($id) $file
}
proc getblobdiffs {id} {