summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b74307f)
raw | patch | inline | side by side (parent: b74307f)
author | Anders Kaseorg <andersk@MIT.EDU> | |
Wed, 19 Jan 2011 19:46:59 +0000 (14:46 -0500) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Sun, 29 May 2011 04:46:16 +0000 (14:46 +1000) |
It was unused since commit 9f1afe05c3 ("gitk: New improved gitk").
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |
index 4cde0c493b8ad425c09c63173c692a0ffa4ed632..fec07d3b848ecaf2e3e582b555655f3f41b372ed 100755 (executable)
--- a/gitk
+++ b/gitk
}
proc parsecommit {id contents listed} {
- global commitinfo cdate
+ global commitinfo
set inhdr 1
set comment {}
}
set comment $newcomment
}
- if {$comdate != {}} {
- set cdate($id) $comdate
- }
set commitinfo($id) [list $headline $auname $audate \
$comname $comdate $comment]
}