File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11var NodeGit = require ( "../" ) ;
2- var shallowClone = require ( "./utils/shallow_clone" ) ;
2+ var shallowClone = NodeGit . Utils . shallowClone ;
33var normalizeOptions = NodeGit . Utils . normalizeOptions ;
44
55var Cherrypick = NodeGit . Cherrypick ;
Original file line number Diff line number Diff line change 11var NodeGit = require ( "../" ) ;
2- var shallowClone = require ( "./utils/shallow_clone" ) ;
2+ var shallowClone = NodeGit . Utils . shallowClone ;
33var normalizeOptions = NodeGit . Utils . normalizeOptions ;
44
55var Clone = NodeGit . Clone ;
Original file line number Diff line number Diff line change 11var NodeGit = require ( "../" ) ;
22var Rebase = NodeGit . Rebase ;
33var normalizeOptions = NodeGit . Utils . normalizeOptions ;
4- var shallowClone = require ( "./utils/shallow_clone" ) ;
4+ var shallowClone = NodeGit . Utils . shallowClone ;
55
66/**
77 * Initializes a rebase
Original file line number Diff line number Diff line change 11var NodeGit = require ( "../" ) ;
22var normalizeOptions = NodeGit . Utils . normalizeOptions ;
33var lookupWrapper = NodeGit . Utils . lookupWrapper ;
4- var shallowClone = require ( "./utils/shallow_clone" ) ;
4+ var shallowClone = NodeGit . Utils . shallowClone ;
55
66var Remote = NodeGit . Remote ;
77var connect = Remote . prototype . connect ;
Original file line number Diff line number Diff line change 11var NodeGit = require ( "../" ) ;
22var normalizeOptions = NodeGit . Utils . normalizeOptions ;
3- var shallowClone = require ( "./utils/shallow_clone" ) ;
3+ var shallowClone = NodeGit . Utils . shallowClone ;
44var Stash = NodeGit . Stash ;
55
66var sApply = Stash . apply ;
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ function shallowClone() {
1111 } , { } ) ;
1212}
1313
14- NodeGit . Utils . shallowClone = module . exports = shallowClone ;
14+ NodeGit . Utils . shallowClone = shallowClone ;
You can’t perform that action at this time.
0 commit comments