diff --git a/vendor/libgit2 b/vendor/libgit2 index fe44f25a9..013d4162e 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit fe44f25a98bc89ee958800f6166458d38ba9e255 +Subproject commit 013d4162e9f158d1b931ceffbebed0b2c6515c47 diff --git a/vendor/libgit2.gyp b/vendor/libgit2.gyp index 7d78eb95d..4767545bc 100644 --- a/vendor/libgit2.gyp +++ b/vendor/libgit2.gyp @@ -23,11 +23,7 @@ "GIT_SSH_MEMORY_CREDENTIALS", "LIBGIT2_NO_FEATURES_H", "GIT_SHA1_COLLISIONDETECT", - # "GIT_USE_NSEC", We've been shipping without NSEC for awhile - # Turning NSEC on should be left up to application maintainer - # There may be negative performance impacts using nodegit with - # NSEC turned on in a repository that was cloned with nodegit - # with NSEC turned off + "GIT_USE_NSEC", "GIT_HTTPS", # Node's util.h may be accidentally included so use this to guard # against compilation error.