Problem:
git add -p
seems unusable in either emacsshell
oreshell
magit
(a frequently suggested alternative to using git from the shell in emacs) sucks balls on Windows (it's horrendously slow.)- Keeping a cygwin window open and using that for
git add -p
and then going back and forth between that and emacs is doable, but more than a little annoying.
Is there any way that under Microsoft Windows I can get either git add -p
to work well in shell or eshell or alternatively get magit
to be somewhat usable?