On Mon, Feb 22, 2010 at 04:18:11PM +0100, Giuseppe Bilotta wrote:
On Mon, Feb 22, 2010 at 9:27 AM, Matthieu Moy
[off-list ref] wrote:
quoted
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