From b68f3ccf60e6248aba8d5fb08d1eda1da010c126 Mon Sep 17 00:00:00 2001 From: deling-google <99381034+deling-google@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:16:17 -0700 Subject: [PATCH] Add branch info --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 006eb480..81c6b8e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,9 +21,12 @@ [submodule "third_party/smhasher/smhasher"] path = third_party/smhasher/smhasher url = https://github.com/aappleby/smhasher + branch = master [submodule "third_party/securemessage/securemessage"] path = third_party/securemessage/securemessage url = https://github.com/google/securemessage.git + branch = master [submodule "third_party/google-toolbox-for-mac/google-toolbox-for-mac"] path = third_party/google-toolbox-for-mac/google-toolbox-for-mac url = https://github.com/google/google-toolbox-for-mac.git + branch = main