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
/
DiffOptions.js
9 lines
(8 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports = function() {
this
.contextLines =
3
;
this
.flags =
0
;
this
.idAbbrev =
0
;
this
.ignoreSubmodules = -
1
;
this
.interhunkLines =
0
;
this
.maxSize =
0
; };