[BUG Gitk] Resend: git bisect visualize crash
From: Alejandro Riveira Fernández <hidden>
Date: 2016-06-15 22:45:43
Attachments
- signature.asc [application/pgp-signature] 197 bytes
From: Alejandro Riveira Fernández <hidden>
Date: 2016-06-15 22:45:43
i sent this already through gmane but i do not get responses
sorry if you see this twice
Please cc i'm not suscribed
---
i'm using ubuntu 8.10 and git bisect visualize is crashing.
Noticed when bisecting the kernel but it is easily reproducible
in git repository as of today
$ git bisect bad
$ git bisect good HEAD~20
$ git bisect visualize (03-12 12:16)
Error in startup script: can't read "notflag": no such variable
while executing
"expr {!$notflag}"
("--not" arm line 2)
invoked from within
"switch -glob -- $arg {
"-d" -
"--date-order" {
set vdatemode($n) 1
# remove from origargs in case we hit an unknown option
set origarg..."
(procedure "parseviewargs" line 21)
invoked from within
"parseviewargs $view $args"
(procedure "start_rev_list" line 27)
invoked from within
"start_rev_list $curview"
(procedure "getcommits" line 5)
invoked from within
"getcommits {}"
(file "/usr/local/bin/gitk" line 10897)
$ git --version
git version 1.6.1.rc1
$