Adds search commits command

Search by message, author, file pattern, or sha
This commit is contained in:
Eric Amodio
2017-04-09 00:01:57 -04:00
parent 7cb1b9d0f1
commit a7dc29a9aa
9 changed files with 193 additions and 2 deletions

View File

@@ -418,6 +418,11 @@
"title": "Open Blame History Explorer",
"category": "GitLens"
},
{
"command": "gitlens.showCommitSearch",
"title": "Search Commits",
"category": "GitLens"
},
{
"command": "gitlens.showFileHistory",
"title": "Open File History Explorer",
@@ -797,6 +802,12 @@
"mac": "alt+-",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showCommitSearch",
"key": "alt+f",
"mac": "alt+f",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showQuickFileHistory",
"key": "alt+h",