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 ec6a698 commit 31c4c28Copy full SHA for 31c4c28
src/git/cli.ts
@@ -11,7 +11,7 @@ const exec = util.promisify(_exec);
11
12
// Ensure Git will show special characters literally without quoting the string
13
// and escaping characters.
14
-const QUOTE_PATH = "-c 'core.quotePath=false'";
+const QUOTE_PATH = '-c "core.quotePath=false"';
15
16
const DIFF_INDEX_CMD = "diff-index";
17
const DIFF_INDEX_OPTIONS = [
0 commit comments