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

@@ -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';