git - Gitk can't read treediffs error -
i got following error when launching gitk > view > new view > select refs > ok :
can't read "treediffs(23eda73bba89ba7de9605f28f124fa7d9d67528f)": no such variable can't read "treediffs(23eda73bba89ba7de9605f28f124fa7d9d67528f)": no such variable while executing "lsearch -exact $treediffs($ids) $fname" (procedure "makediffhdr" line 7) invoked within "makediffhdr $fname $ids" (procedure "getblobdiffline" line 60) invoked within "getblobdiffline file8 23eda73bba89ba7de9605f28f124fa7d9d67528f" ("eval" body line 1) invoked within "eval $script" (procedure "dorunq" line 11) invoked within "dorunq" ("after" script)
i'm using git version 1.7.3.1.msysgit.0. notice happens on current branch head large commit (many files , line changes). once switch different branch head smaller commit, issue not appear. seems gitk bug cannot read large commit treediffs. wondering if other people having same problem, know line limits each commit, or have other solutions.
Comments
Post a Comment