We'll store them by path instead of by name.

This commit is contained in:
joshaber
2016-01-05 17:31:34 -05:00
parent 26cd7c63cc
commit eedac0a951

View File

@@ -39,7 +39,7 @@ export default class GitRepositoryAsync {
this.repoPromise = this.openRepository()
this.isCaseInsensitive = fs.isCaseInsensitive()
this.upstream = {}
this.submodulesByName = {}
this.submodulesByPath = {}
this._refreshingCount = 0