mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 21:11:38 +01:00
Git - fix regression with creating an empty commit (#152974)
This commit is contained in:
@@ -1403,7 +1403,7 @@ export class Repository {
|
||||
|
||||
if (message) {
|
||||
options.input = message;
|
||||
args.push('--file', '-');
|
||||
args.push('--allow-empty-message', '--file', '-');
|
||||
}
|
||||
|
||||
if (opts.verbose) {
|
||||
|
||||
Reference in New Issue
Block a user