UNPKG
@rtinternal/nodegit
Version:
latest (0.28.0-rtinternal.8)
0.28.0-rtinternal.8
Node.js libgit2 asynchronous native bindings
nodegit.org
nodegit/nodegit
@rtinternal/nodegit
/
lib
/
deprecated
/
structs
/
FetchOptions.js
8 lines
(7 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
NodeGit
) {
this
.
callbacks
=
new
NodeGit
.
RemoteCallbacks
();
this
.
downloadTags
=
0
;
this
.
proxyOpts
=
new
NodeGit
.
ProxyOptions
();
this
.
prune
=
0
;
this
.
updateFetchhead
=
1
; };