My emacs plugin magit can't find the right git path.
I saw the source code of magit,found magit use this shell command to find git:
git.exe -c "alias.exe=!which git | cygpath -wf -" "exe"
I don't understand this shell command.
But it return the wrong path of git.
Environment:
os: windows 10
git: 1.9.0.msysgit.0
emacs: 24.5
magit: 2.4.0