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
/
DescribeOptions.js
7 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports = function() {
this
.describeStrategy =
0
;
this
.maxCandidatesTags =
10
;
this
.onlyFollowFirstParent =
0
;
this
.showCommitOidAsFallback =
0
; };