Adds new GitLens custom view

This commit is contained in:
Eric Amodio
2017-08-30 12:26:30 -04:00
parent ed58dc3b49
commit 9782a81e46
69 changed files with 983 additions and 644 deletions

View File

@@ -6,7 +6,12 @@ export * from './branchHistoryNode';
export * from './commitFileNode';
export * from './commitNode';
export * from './fileHistoryNode';
export * from './historyNode';
export * from './remoteNode';
export * from './remotesNode';
export * from './repositoryNode';
export * from './stashCommitNode';
export * from './stashFileNode';
export * from './stashNode';
export * from './statusNode';
export * from './stashesNode';
export * from './statusNode';
export * from './statusUpstreamNode';