fix: preserve unicode in filepaths when commit signing (#3588)
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -772,6 +772,8 @@ class GitCommandManager {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const endOfBody = '###EOB###';
|
||||
const output = yield this.exec([
|
||||
'-c',
|
||||
'core.quotePath=false',
|
||||
'show',
|
||||
'--raw',
|
||||
'--cc',
|
||||
|
Reference in New Issue
Block a user