|
|
|
|
|
by nonbirithm
1853 days ago
|
|
I wish Git would have some kind of command-server mode or libgit2 was supported with Magit to prevent needing to create new processes on Windows. Magit sometimes creates dozens of Git processes for a single operation, but because process creation is much slower on Windows than Linux, it makes Magit unusable for me on those systems. (Sadly, I don't always get a choice to just use Linux.) Simple things like magit-status take 10 seconds per refresh/stage/unstage instead of half a second elsewhere. It got to the point where using the git command line was much more bearable, but way more error-prone, and I miss Magit every time. https://magit.vc/manual/magit/Microsoft-Windows-Performance.... https://github.com/magit/magit/issues/2959 |
|
Aside: isn’t process creation more reasonable with WSL? Or can you not easily use it?