mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix the openExt call.
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.openExt(_path)
|
||||
this.repoPromise = Git.Repository.openExt(_path, 0, '')
|
||||
this.isCaseInsensitive = fs.isCaseInsensitive()
|
||||
this.upstreamByPath = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user