#49846 closed defect (fixed)
git @2.6.3: gitk can not be invoked with command line parameters like gitk --all
Reported by: | fredowski | Owned by: | ci42 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | gitk | Cc: | |
Port: | git |
Description
gitk works fine when it is invoked without parameters. If I start gitk with a parameter it looks like this:
friedrismacbook:pspp fritz$ gitk --all 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 "/opt/local/bin/gitk" line 12442) friedrismacbook:pspp fritz$
The gui opens shortly and then closes immediately.
Change History (4)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ciserlohn@… |
---|
comment:2 Changed 9 years ago by fredowski
comment:3 Changed 9 years ago by ci42
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in version 2.7.0 (r144245).
Note: See
TracTickets for help on using
tickets.
Hi,
this problem is fixed upstream with this commit:
https://github.com/git/git/commit/482456a414d69d8c44b92bbf73eb4ee53b5d8ab9
Problem is known in debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801784
The problem is still in version 2.6.4
Friedrich