We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c7162 commit f68fa91Copy full SHA for f68fa91
1 file changed
vendor/libgit2.gyp
@@ -139,6 +139,8 @@
139
"libgit2/src/oid.c",
140
"libgit2/src/oid.h",
141
"libgit2/src/oidmap.h",
142
+ "libgit2/src/openssl_stream.c",
143
+ "libgit2/src/openssl_stream.h",
144
"libgit2/src/pack-objects.c",
145
"libgit2/src/pack-objects.h",
146
"libgit2/src/pack.c",
@@ -180,6 +182,8 @@
180
182
"libgit2/src/sha1_lookup.h",
181
183
"libgit2/src/signature.c",
184
"libgit2/src/signature.h",
185
+ "libgit2/src/socket_stream.c",
186
+ "libgit2/src/socket_stream.h",
187
"libgit2/src/sortedcache.c",
188
"libgit2/src/sortedcache.h",
189
"libgit2/src/stash.c",
0 commit comments