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
/
CherrypickOptions.js
6 lines
(5 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
=
function
(
NodeGit
) {
this
.
checkoutOpts
=
new
NodeGit
.
CheckoutOptions
();
this
.
mainline
=
0
;
this
.
mergeOpts
=
new
NodeGit
.
MergeOptions
(); };