mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 09:45:37 -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:
@@ -23,7 +23,7 @@ export class FileHistoryQuickPick {
|
||||
let previousPageCommand: CommandQuickPickItem;
|
||||
|
||||
let index = 0;
|
||||
if (log.truncated || uri.sha) {
|
||||
if (log.truncated || log.sha) {
|
||||
if (log.truncated) {
|
||||
index++;
|
||||
items.splice(0, 0, new CommandQuickPickItem({
|
||||
|
||||
Reference in New Issue
Block a user