Skip to content

Commit 3d630a4

Browse files
Merge pull request #1912 from julianmesa-gitkraken/enable-nsec
Enable GIT_USE_NSEC
2 parents 5601740 + 5472cc1 commit 3d630a4

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

vendor/libgit2

Submodule libgit2 updated 1 file

vendor/libgit2.gyp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
"GIT_SSH_MEMORY_CREDENTIALS",
2424
"LIBGIT2_NO_FEATURES_H",
2525
"GIT_SHA1_COLLISIONDETECT",
26-
# "GIT_USE_NSEC", We've been shipping without NSEC for awhile
27-
# Turning NSEC on should be left up to application maintainer
28-
# There may be negative performance impacts using nodegit with
29-
# NSEC turned on in a repository that was cloned with nodegit
30-
# with NSEC turned off
26+
"GIT_USE_NSEC",
3127
"GIT_HTTPS",
3228
# Node's util.h may be accidentally included so use this to guard
3329
# against compilation error.

0 commit comments

Comments
 (0)