mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-27 09:35:42 -05:00
Adds search commits command
Search by message, author, file pattern, or sha
This commit is contained in:
@@ -23,6 +23,7 @@ export * from './commands/showFileHistory';
|
||||
export * from './commands/showLastQuickPick';
|
||||
export * from './commands/showQuickCommitDetails';
|
||||
export * from './commands/showQuickCommitFileDetails';
|
||||
export * from './commands/showCommitSearch';
|
||||
export * from './commands/showQuickFileHistory';
|
||||
export * from './commands/showQuickBranchHistory';
|
||||
export * from './commands/showQuickCurrentBranchHistory';
|
||||
|
||||
Reference in New Issue
Block a user