We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200d1b6 commit 22d04d6Copy full SHA for 22d04d6
1 file changed
scripts/run-rumdl-staged.mjs
@@ -34,6 +34,8 @@ function runCapture(command, args) {
34
*/
35
function getStagedMarkdownFiles() {
36
const result = runCapture('git', [
37
+ '-c',
38
+ 'core.quotePath=false',
39
'diff',
40
'--cached',
41
'--name-only',
0 commit comments