mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
SCM - update history graph hover (#221039)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user