this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add libressl Branch Information To ".gitmodules"

This is so we can take advantage of `git submodule update --remote`. Some submodules don't use the default branch.

+4
+4
.gitmodules
··· 339 339 [submodule "src/external/libressl-2.2.9"] 340 340 path = src/external/libressl-2.2.9 341 341 url = ../darling-libressl.git 342 + branch = v2.2.9 342 343 [submodule "src/external/libressl-2.5.5"] 343 344 path = src/external/libressl-2.5.5 344 345 url = ../darling-libressl.git 346 + branch = v2.5.5 345 347 [submodule "src/external/libressl-2.6.5"] 346 348 path = src/external/libressl-2.6.5 347 349 url = ../darling-libressl.git 350 + branch = v2.6.5 348 351 [submodule "src/external/libressl-2.8.3"] 349 352 path = src/external/libressl-2.8.3 350 353 url = ../darling-libressl.git 354 + branch = v2.8.3 351 355 [submodule "src/external/OpenLDAP"] 352 356 path = src/external/OpenLDAP 353 357 url = ../darling-openldap.git