I upgraded to version 2.6.0 and now I'm observing crashes when starting gitk and specifying a branch:
$ cd myproject $ gitk # works OK $ gitk master # crashes, see details below $ LANG=C gitk master # works OK $ LANG=en_US.UTF-8 gitk master # works OK $ LANG=de_DE.UTF-8 gitk master # crashes Here the details about the crash: $ gitk master # crashes Error in startup script: bad menu entry index "Ansicht bearbeiten ..." while executing ".bar.view entryconf [mca "Edit view..."] -state normal" invoked from within "if {$cmdline_files ne {} || $revtreeargs ne {} || $revtreeargscmd ne {}} { # create a view for the files/dirs specified on the command line se..." (file "/usr/bin/gitk" line 12442) $ I'm doing all of this on an ubuntu14.04 box. I've compiled version 2.6.0 locally. For older versions, this used to work. Am I the only one facing this issue? Best regards, Uli -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.