Closes #139 - adds changed files node to repository status

Reworks commit-file nodes
This commit is contained in:
Eric Amodio
2017-09-17 02:06:18 -04:00
parent a69afdb6ef
commit 71d17bcc2f
23 changed files with 365 additions and 79 deletions

View File

@@ -10,8 +10,10 @@ export * from './historyNode';
export * from './remoteNode';
export * from './remotesNode';
export * from './repositoryNode';
export * from './stashesNode';
export * from './stashFileNode';
export * from './stashNode';
export * from './stashesNode';
export * from './statusFileCommitsNode';
export * from './statusFilesNode';
export * from './statusNode';
export * from './statusUpstreamNode';