mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05: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