Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Remove unused $cdate array
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>
gitk
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b74307f
)
diff --git
a/gitk
b/gitk
index 4cde0c493b8ad425c09c63173c692a0ffa4ed632..fec07d3b848ecaf2e3e582b555655f3f41b372ed 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-1621,7
+1621,7
@@
proc readcommit {id} {
}
proc parsecommit {id contents listed} {
- global commitinfo
cdate
+ global commitinfo
set inhdr 1
set comment {}
@@
-1671,9
+1671,6
@@
proc parsecommit {id contents listed} {
}
set comment $newcomment
}
- if {$comdate != {}} {
- set cdate($id) $comdate
- }
set commitinfo($id) [list $headline $auname $audate \
$comname $comdate $comment]
}