Skip to content

Tags: strugee/node-git-clone-or-pull

Tags

v3.1.1

Toggle v3.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
3.1.1

v3.1.0

Toggle v3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
3.1.0

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
3.0.0

v2.2.0

Toggle v2.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
2.2.0

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
2.1.0

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
2.0.1

v1.1.2

Toggle v1.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
node-git-clone-or-pull 1.1.2

FIXED

* Support Node 0.10 by not using `require('child_process').spawnSync`

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
node-git-clone-or-pull 1.1.1

FIXED

* _Actually_ mark NodeGit as optional in `package.json`

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
strugee AJ Jordan
node-git-clone-or-pull 1.0.0

ADDED

* New `git` subprocess-based implementation which is used automatically if NodeGit can't be loaded

CHANGED

* NodeGit is now an optional dependency
* Advanced options can be specified by passing an object instead of a pathname

FIXED

* The passed `callback` is now called by the NodeGit implementation if the repo hasn't been cloned yet