FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove NSEC by implausible · Pull Request #1699 · nodegit/nodegit · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .gyp  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 5 additions & 1 deletion vendor/libgit2.gyp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
"GIT_SSH_MEMORY_CREDENTIALS",
"LIBGIT2_NO_FEATURES_H",
"GIT_SHA1_COLLISIONDETECT",
"GIT_USE_NSEC",
# "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_HTTPS",
# Node's util.h may be accidentally included so use this to guard
# against compilation error.
Expand Down

Back | FazBrowse Home | New Git URL