mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 18:48:45 -05:00
Changes behavior of showing uncommit changes
Now shows the previous commit details
This commit is contained in:
@@ -80,7 +80,7 @@ export default class ShowQuickCommitDetailsCommand extends ActiveEditorCommand {
|
||||
workingFileName = !workingCommit ? commit.fileName : undefined;
|
||||
}
|
||||
|
||||
pick = await CommitQuickPick.show(commit, workingFileName, uri,
|
||||
pick = await CommitQuickPick.show(this.git, commit, workingFileName, uri,
|
||||
// Create a command to get back to where we are right now
|
||||
new CommandQuickPickItem({
|
||||
label: `go back \u21A9`,
|
||||
|
||||
Reference in New Issue
Block a user