mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-25 01:25:41 -05:00
Fixes issues with next commit navigation (renames)
Adds sha to log model to know if it is a full log or not
This commit is contained in:
@@ -31,7 +31,7 @@ export class BranchHistoryQuickPick {
|
||||
|
||||
let previousPageCommand: CommandQuickPickItem;
|
||||
|
||||
if ((log.truncated || (uri && uri.sha))) {
|
||||
if (log.truncated || log.sha) {
|
||||
if (log.truncated) {
|
||||
items.splice(0, 0, new CommandQuickPickItem({
|
||||
label: `$(sync) Show All Commits`,
|
||||
|
||||
Reference in New Issue
Block a user