Git - fix bug with comparing with a remote branch (#273705)

* Git - fix bug with comparing with a remote branch

* Update placeholder
This commit is contained in:
Ladislau Szomoru
2025-10-28 11:10:07 +01:00
committed by GitHub
parent 124710c5ff
commit 294b045d4b
2 changed files with 5 additions and 3 deletions

View File

@@ -1730,6 +1730,8 @@ export class Repository {
args.push(treeish2);
}
args.push('--');
const gitResult = await this.exec(args);
if (gitResult.exitCode) {
return [];