We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81902e commit 5346fc8Copy full SHA for 5346fc8
src/gitManager/simpleGit.ts
@@ -64,9 +64,9 @@ export class SimpleGit extends GitManager {
64
baseDir: basePath,
65
binary:
66
this.plugin.localStorage.getGitPath() ||
67
- this.useDefaultWindowsGitPath
+ (this.useDefaultWindowsGitPath
68
? DEFAULT_WIN_GIT_PATH
69
- : undefined,
+ : undefined),
70
config: ["core.quotepath=off"],
71
unsafe: {
72
allowUnsafeCustomBinary: true,
0 commit comments