|
From: Matthieu Moy <Matthieu.Moy <at> grenoble-inp.fr>
Subject: Re: [BUG] git gui blame: Show History Context broken since 29e5573d Newsgroups: gmane.comp.version-control.git Date: 2010-02-23 06:40:16 GMT (1 year, 50 weeks, 1 day, 22 hours and 11 minutes ago) [ Adding Pat Thoyts, author of the first patch, in Cc ] Giuseppe Bilotta <giuseppe.bilotta <at> gmail.com> writes: > On Mon, Feb 22, 2010 at 11:38 PM, Heiko Voigt <hvoigt <at> hvoigt.net> wrote: >> On Mon, Feb 22, 2010 at 04:18:11PM +0100, Giuseppe Bilotta wrote: >>> On Mon, Feb 22, 2010 at 9:27 AM, Matthieu Moy >>> <Matthieu.Moy <at> grenoble-inp.fr> wrote: >>> > Hi, >>> > >>> > In "git gui blame", right-clicking on the left fringe and chosing >>> > "Show History Context" in the context-menu doesn't work for me in the >>> > latest git. It says: >>> > >>> > couldn't change working directory to "": no such file or directory >>> >>> Definitely my fault. _gitworktree was not being set up correctly when >>> support for bare repositories was enabled and the repo was not bare >>> (like in the blame case). Patch incoming, can you see if it does the >>> job for you? It seems to fix it here. [ patch available here : http://thread.gmane.org/gmane.comp.version-control.git/140688 ] >> Isn't this the same bug as this one fixes: >> >> http://article.gmane.org/gmane.comp.version-control.git/140288 It seems it is, yes. > I believe my fix to be more correct in this regard. Not familiar enought with the code to say which is the right one. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ |
|