From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Voigt Subject: Re: Re: [BUG] git gui blame: Show History Context broken since 29e5573d Date: Mon, 22 Feb 2010 23:38:44 +0100 Message-ID: <20100222223802.GA9898@book.hvoigt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matthieu Moy , git , "Shawn O. Pearce" To: Giuseppe Bilotta X-From: git-owner@vger.kernel.org Mon Feb 22 23:38:56 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NjgvU-0002Wa-GD for gcvg-git-2@lo.gmane.org; Mon, 22 Feb 2010 23:38:52 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754729Ab0BVWir (ORCPT ); Mon, 22 Feb 2010 17:38:47 -0500 Received: from darksea.de ([83.133.111.250]:42021 "HELO darksea.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754483Ab0BVWir (ORCPT ); Mon, 22 Feb 2010 17:38:47 -0500 Received: (qmail 12657 invoked from network); 22 Feb 2010 23:38:44 +0100 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 22 Feb 2010 23:38:44 +0100 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Feb 22, 2010 at 04:18:11PM +0100, Giuseppe Bilotta wrote: > On Mon, Feb 22, 2010 at 9:27 AM, Matthieu Moy > 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. Isn't this the same bug as this one fixes: http://article.gmane.org/gmane.comp.version-control.git/140288 cheers Heiko