Calling Tag.list() with a Remote object throws a segmentation fault. Replicate with the code below:
return git.Remote.lookup(remoteRepository, 'origin')
.then((remoteResult) => { return remoteResult; },
(error) => { return git.Remote.create(remoteRepository, 'origin', remoteWrite) })
.then((remoteResult) => {
return git.Tag.list(remoteResult);
// ouch...
Running nodegit 0.15.1, npm 3.10.7, node v6.4.0 and node-pre-gyp 0.6.18.
Calling Tag.list() with a Remote object throws a segmentation fault. Replicate with the code below:
Running nodegit 0.15.1, npm 3.10.7, node v6.4.0 and node-pre-gyp 0.6.18.