mirror of
https://github.com/atom/atom.git
synced 2026-02-03 11:14:59 -05:00
We'll store them by path instead of by name.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user