Some info is provided here, but I've been able to get it to work -- the symptom being that git commit -a (in my case) immediately exits, complaining about an (aborted) empty commit message, before the editor has actually launched, nevermind editing, saving, and exiting happened:
https://www.emacswiki.org/emacs/EmacsMsWindowsIntegration
For now, just use git commit -m "" and similar.
Some info is provided here, but I've been able to get it to work -- the symptom being that
git commit -a(in my case) immediately exits, complaining about an (aborted) empty commit message, before the editor has actually launched, nevermind editing, saving, and exiting happened:https://www.emacswiki.org/emacs/EmacsMsWindowsIntegration
For now, just use
git commit -m ""and similar.