David, I am using Bash:
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
On Apr 12, 2009, at 9:21 AM, David Bremner wrote:
gdelfino wrote:
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