You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is quiOn Windows, where git typically returns a wrapper executable, e.g. C:\Dev\Git\cmd\git.exe. This wrapper is slower than using the real executable, for example located at
it is quiOn Windows,
where git
typically returns a wrapper executable, e.g.C:\Dev\Git\cmd\git.exe
. This wrapper is slower than using the real executable, for example located atThe complete absolute path to the binary is then
"git_path": "C:\\Dev\\Git\\mingw64\\libexec\\git-core\\git.exe"
Initial conversation: magit/magit#1289 The current code in magit is quite complex. I think we can just use
git --exec-path
.On my system modifying PATH is also not necessary.
The text was updated successfully, but these errors were encountered: