Adds a file history explorer view

This commit is contained in:
Eric Amodio
2017-08-27 04:22:49 -04:00
parent ef41176ea7
commit 480dcb95fb
8 changed files with 263 additions and 9 deletions

View File

@@ -296,6 +296,12 @@ export interface IConfig {
defaultDateFormat: string | null;
fileHistoryExplorer: {
commitFormat: string;
// commitFileFormat: string;
// dateFormat: string | null;
};
gitExplorer: {
commitFormat: string;
commitFileFormat: string;