SCM - update history graph hover (#221039)

This commit is contained in:
Ladislau Szomoru
2024-07-08 13:21:05 +02:00
committed by GitHub
parent 630e53c18b
commit cf8fdae691
2 changed files with 20 additions and 6 deletions

View File

@@ -146,7 +146,7 @@ export class GitHistoryProvider implements SourceControlHistoryProvider, FileDec
}
// Get the commits
const commits = await this.repository.log({ range: `${refsMergeBase}^..`, refNames });
const commits = await this.repository.log({ range: `${refsMergeBase}^..`, refNames, shortStats: true });
await ensureEmojis();