gitk bug
From: Han-Wen Nienhuys <hidden>
Date: 2016-06-15 22:43:13
git init
mkdir -p x/y/z
echo hoi > x/y/z/file1
echo hoi > x/y/z/file2
git add .
git commit -m 'start'
gitk
->
click "Tree". Open "x" directory.
Result:
can't read "treeheight(y/)": no such element in array
can't read "treeheight(y/)": no such element in array
(reading value of variable to increment)
invoked from within
"incr treeheight($x) $n"
(procedure "treeopendir" line 15)
invoked from within
"treeopendir $w $e"
(procedure "treeclick" line 20)
invoked from within
this is with
commit 322bcd9a9a2c0081c66414bde64e0d443c9ec922
Merge: a77a33a... 8558fd9...
Author: Junio C Hamano [off-list ref]
Date: Tue May 29 01:24:20 2007 -0700
--
Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen