git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] git-1.7.2-rc1, cherry-picking with gitk
@ 2010-07-09 21:21 Chris Packham
  2010-07-09 21:27 ` Chris Packham
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2010-07-09 21:21 UTC (permalink / raw)
  To: git

Hi,

Just noticed this when I was trying to cherry-pick a commit from one
branch to another.

I launch gitk with 'gitk master..work' and right-click a commit to be
cherry-picked. The cherry-pick seems to work (i.e. a new commit appears
on master) but I get the following message from gitk:

can't read "circleitem(5)": no such element in array
can't read "circleitem(5)": no such element in array
    while executing
"$canv itemconf $circleitem($row) -fill $ofill"
    (procedure "redrawtags" line 13)
    invoked from within
"redrawtags $oldhead"
    (procedure "cherrypick" line 46)
    invoked from within
"cherrypick"
    invoked from within
".rowctxmenu invoke active"
    ("uplevel" body line 1)
    invoked from within
"uplevel #0 [list $w invoke active]"
    (procedure "tk::MenuInvoke" line 50)
    invoked from within
"tk::MenuInvoke .rowctxmenu 1"
    (command bound to event)

I've been doing similar things with older versions of git without
problems (technically I usually do 'gitk --all' instead of 'gitk
master..work').

--
Thanks,
Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] git-1.7.2-rc1, cherry-picking with gitk
  2010-07-09 21:21 [BUG] git-1.7.2-rc1, cherry-picking with gitk Chris Packham
@ 2010-07-09 21:27 ` Chris Packham
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Packham @ 2010-07-09 21:27 UTC (permalink / raw)
  To: git

On 09/07/10 14:21, Chris Packham wrote:
> Hi,
> 
> Just noticed this when I was trying to cherry-pick a commit from one
> branch to another.
> 
> I launch gitk with 'gitk master..work' and right-click a commit to be
> cherry-picked. The cherry-pick seems to work (i.e. a new commit appears
> on master) but I get the following message from gitk:
> 
> can't read "circleitem(5)": no such element in array
> can't read "circleitem(5)": no such element in array
>     while executing
> "$canv itemconf $circleitem($row) -fill $ofill"
>     (procedure "redrawtags" line 13)
>     invoked from within
> "redrawtags $oldhead"
>     (procedure "cherrypick" line 46)
>     invoked from within
> "cherrypick"
>     invoked from within
> ".rowctxmenu invoke active"
>     ("uplevel" body line 1)
>     invoked from within
> "uplevel #0 [list $w invoke active]"
>     (procedure "tk::MenuInvoke" line 50)
>     invoked from within
> "tk::MenuInvoke .rowctxmenu 1"
>     (command bound to event)
> 
> I've been doing similar things with older versions of git without
> problems (technically I usually do 'gitk --all' instead of 'gitk
> master..work').
> 
> --
> Thanks,
> Chris

Just following up if I use 'gitk --all' I don't see the problem. I tried
git 1.6.4.3 and saw the same error message with 'gitk master..work'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-09 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09 21:21 [BUG] git-1.7.2-rc1, cherry-picking with gitk Chris Packham
2010-07-09 21:27 ` Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).