Git - fix regression with creating an empty commit (#152974)

This commit is contained in:
Ladislau Szomoru
2022-06-23 16:06:06 +02:00
committed by GitHub
parent ac51869561
commit 1513f91ac2

View File

@@ -1403,7 +1403,7 @@ export class Repository {
if (message) {
options.input = message;
args.push('--file', '-');
args.push('--allow-empty-message', '--file', '-');
}
if (opts.verbose) {