mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Export nodegit from GitRepositoryAsync
This commit is contained in:
@@ -18,6 +18,10 @@ module.exports = class GitRepositoryAsync {
|
||||
return new GitRepositoryAsync(path, options)
|
||||
}
|
||||
|
||||
static get Git () {
|
||||
return Git
|
||||
}
|
||||
|
||||
constructor (path, options) {
|
||||
this.repo = null
|
||||
this.emitter = new Emitter()
|
||||
|
||||
Reference in New Issue
Block a user