Fix the openExt call.

This commit is contained in:
joshaber
2016-01-04 12:20:54 -05:00
parent d8a5418f1e
commit d9b39323cf

View File

@@ -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 = {}