|
|
@ -130,7 +130,7 @@ export class CommitNode extends ViewRefNode |
|
|
|
} |
|
|
|
|
|
|
|
private async getTooltip() { |
|
|
|
const remotes = await this.view.container.git.getRemotesWithProviders(this.commit.repoPath); |
|
|
|
const remotes = await this.view.container.git.getRemotesWithProviders(this.commit.repoPath, { sort: true }); |
|
|
|
const remote = await this.view.container.git.getRichRemoteProvider(remotes); |
|
|
|
|
|
|
|
if (this.commit.message == null) { |
|
|
|