This commit is contained in:
Joao Moreno
2017-12-14 16:15:25 +01:00
parent f1f2c19669
commit ea831c196a
3 changed files with 66 additions and 37 deletions

View File

@@ -318,7 +318,8 @@ export const GitErrorCodes = {
NoLocalChanges: 'NoLocalChanges',
NoStashFound: 'NoStashFound',
LocalChangesOverwritten: 'LocalChangesOverwritten',
NoUpstreamBranch: 'NoUpstreamBranch'
NoUpstreamBranch: 'NoUpstreamBranch',
IsInSubmodule: 'IsInSubmodule'
};
function getGitErrorCode(stderr: string): string | undefined {