when i try to make a git commit in emacs eshell mode:
git commit -a -m "message"
I receive an error:
'c:\Program' is not recognized as an internal or external command, operable program or batch file.
and at the same time this problem is absent in emacs shell mode. How to force eshell work correctly with git?