We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74307f commit ef73896Copy full SHA for ef73896
gitk
@@ -1621,7 +1621,7 @@ proc readcommit {id} {
1621
}
1622
1623
proc parsecommit {id contents listed} {
1624
- global commitinfo cdate
+ global commitinfo
1625
1626
set inhdr 1
1627
set comment {}
@@ -1671,9 +1671,6 @@ proc parsecommit {id contents listed} {
1671
1672
set comment $newcomment
1673
1674
- if {$comdate != {}} {
1675
- set cdate($id) $comdate
1676
- }
1677
set commitinfo($id) [list $headline $auname $audate \
1678
$comname $comdate $comment]
1679
0 commit comments