Adds status formatter

This commit is contained in:
Eric Amodio
2017-06-26 23:54:50 -04:00
parent bcfa2cb4d7
commit e42af14b11
2 changed files with 33 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ import * as path from 'path';
export { GitUri, IGitCommitInfo };
export * from './git/models/models';
export * from './git/formatters/commit';
export * from './git/formatters/status';
export { getNameFromRemoteResource, RemoteResource, RemoteProvider } from './git/remotes/provider';
export * from './git/gitContextTracker';