>I have installed magit 0.7 using ELPA into Carbon Emacs 22.3.1.
>Whenever I try to use the magit-status command, I get asked to find
>the git repository.
It could be a problem with your shell. There was an implicit
assumption that user's shell was Bourne compatible in magit. Not sure
if that was fixed yet.
I'm running a patched version
(http://www.gitorious.org/projects/magit/repos/bremner-clone/commits/5bdc13c989ec87b8fa3a7be8635aab998646c987)
to work around this. I don't know if this has been fixed in magit
mainline yet.
David
PS if your shell is bash, then this is irrelevant
bash-3.2$ bash --version
GNU bash, version 3.2.17(1)-release (i386-apple-darwin9.0)
Copyright (C) 2005 Free Software Foundation, Inc.
and my git executable is here:
bash-3.2$ which git
/usr/local/git/bin/git
Regards,
Gustavo
magit-shell-command-to-string("'git' '--no-pager' rev-parse --git-dir
2>/dev/null")
returning an empty string: ""
digging deeper using the debugger I found a call to:
find-file-name-handler("/Users/gdelfino/Sites/mywebapp/" process-file)
which is returning nil and I don't know why as the directory exists.
Any ideas?
Regards,
Gustavo Delfino
On Apr 12, 2009, at 9:08 AM, gdelfino wrote:
>
> Hello all. I am new in this list.
>
> I have installed magit 0.7 using ELPA into Carbon Emacs 22.3.1.
> Whenever I try to use the magit-status command, I get asked to find