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.
2 parents ec6a698 + 31c4c28 commit 0fd1754Copy full SHA for 0fd1754
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