|
|
@ -55,7 +55,7 @@ export class CommitsRepositoryNode extends RepositoryFolderNode |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.child = new BranchNode(this.uri, this.view, this, branch, true, { |
|
|
|
this.child = new BranchNode(this.uri, this.view, this.splatted ? this.parent ?? this : this, branch, true, { |
|
|
|
expanded: true, |
|
|
|
limitCommits: !this.splatted, |
|
|
|
showComparison: this.view.config.showBranchComparison, |
|
|
|