Adds new command to show quick commit info

This commit is contained in:
Eric Amodio
2017-02-10 04:09:00 -05:00
parent 615f55574b
commit e12ec7093c
8 changed files with 139 additions and 8 deletions

View File

@@ -341,6 +341,11 @@
"title": "Open File History Explorer",
"category": "GitLens"
},
{
"command": "gitlens.showQuickCommitDetails",
"title": "Show Commit Details",
"category": "GitLens"
},
{
"command": "gitlens.showQuickFileHistory",
"title": "Show File History",
@@ -450,6 +455,11 @@
"key": "shift+alt+h",
"mac": "shift+alt+h"
},
{
"command": "gitlens.showQuickCommitDetails",
"key": "alt+c",
"mac": "alt+c"
},
{
"command": "gitlens.diffLineWithPrevious",
"key": "alt+p",