Skip to content

Commit

Permalink
Add longpath options to NodeGit.Libgit2.OPT
Browse files Browse the repository at this point in the history
This should be removed once libgit2/libgit2#5347 is merged
  • Loading branch information
ianhattendorf committed Jan 13, 2020
1 parent 22d94f1 commit e4e66f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/libgit2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
var NodeGit = require("../");

var Libgit2 = NodeGit.Libgit2;

Libgit2.OPT.SET_WINDOWS_LONGPATHS = 28;
Libgit2.OPT.GET_WINDOWS_LONGPATHS = 29;

0 comments on commit e4e66f4

Please sign in to comment.