diff --git a/src/git/models/branch.ts b/src/git/models/branch.ts index 7629874..5380117 100644 --- a/src/git/models/branch.ts +++ b/src/git/models/branch.ts @@ -195,7 +195,7 @@ export class GitBranch implements GitBranchReference { separator?: string; suffix?: string; }): string { - return GitStatus.getUpstreamStatus(this.tracking, { ahead: 4, behind: 10 } /*this.state*/, options); + return GitStatus.getUpstreamStatus(this.tracking, this.state, options); } get starred() {