From 9dc3b9f97943ee7054d11d4740b8b67d8fb515c1 Mon Sep 17 00:00:00 2001 From: aryan Date: Sat, 18 Jun 2022 14:05:46 -0700 Subject: [PATCH] modified: .gitconfig Trying to get recursion to work. modified: libsodium to our customized fork. modified: mpir to our customized fork. modified: wxWidgets to our customized fork. --- .gitconfig | 9 +++------ libsodium | 2 +- mpir | 2 +- wxWidgets | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitconfig b/.gitconfig index 5e223f3..46ee228 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,6 @@ [core] autocrlf = input whitespace = -tab-in-indent,tabwidth=4,indent-with-non-tab,trailing-space,space-before-tab - whitespace = fix safecrlf=warn [apply] whitespace = fix @@ -13,8 +12,6 @@ [commit] gpgSign = true [submodule] - recurseSubmodules = on-demand -[fetch] - recurseSubmodules = on-demand -[diff] - submodule = log + active = * + recurse = true + diff --git a/libsodium b/libsodium index 561e556..012e892 160000 --- a/libsodium +++ b/libsodium @@ -1 +1 @@ -Subproject commit 561e556dad078af581f338fe3de9ee6362d28b16 +Subproject commit 012e892841ed6edc521f88a23b55863c7afe4622 diff --git a/mpir b/mpir index 33be900..8c8e90f 160000 --- a/mpir +++ b/mpir @@ -1 +1 @@ -Subproject commit 33be9007f95b85230da2330ef3ed525896370cc2 +Subproject commit 8c8e90fe338ccad11a8a6c728314eefb9e95b70a diff --git a/wxWidgets b/wxWidgets index 35a6d7b..1e91b6c 160000 --- a/wxWidgets +++ b/wxWidgets @@ -1 +1 @@ -Subproject commit 35a6d7b15fedfdb5198bb6c28b31cda33b2c2a76 +Subproject commit 1e91b6c1fb844e415cc0f210c4a6159098464e44