mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:04:14 +08:00
Git - fix incorrect check (#198396)
This commit is contained in:
parent
cacd71f16c
commit
6aa249db00
@ -67,7 +67,7 @@ export class GitHistoryProvider implements SourceControlHistoryProvider, FileDec
|
||||
this._HEAD?.commit === HEAD.commit &&
|
||||
this._HEAD?.upstream?.name === HEAD.upstream?.name &&
|
||||
this._HEAD?.upstream?.remote === HEAD.upstream?.remote &&
|
||||
this._HEAD?.commit === HEAD.commit) {
|
||||
this._HEAD?.upstream?.commit === HEAD.upstream?.commit) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user