mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Use .openExt instead of .open.
Use openExt to open the repository so we get the same repo-searching behavior we had with git-utils.
This commit is contained in:
@@ -34,7 +34,7 @@ export default class GitRepositoryAsync {
|
||||
this.emitter = new Emitter()
|
||||
this.subscriptions = new CompositeDisposable()
|
||||
this.pathStatusCache = {}
|
||||
this.repoPromise = Git.Repository.open(_path)
|
||||
this.repoPromise = Git.Repository.openExt(_path)
|
||||
this.isCaseInsensitive = fs.isCaseInsensitive()
|
||||
this.upstreamByPath = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user