mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-22 17:26:10 -05:00
Adds search commits command
Search by message, author, file pattern, or sha
This commit is contained in:
11
package.json
11
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user