From 8bdc61a10f14ea47acc9a2c2943d29593b371f72 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Mon, 6 Dec 2021 11:51:43 +0800 Subject: [PATCH] Add submodule paths and update branch of gtest, depot_tools. Git submodule needs to commit submodule paths to make it works. The working branch of gtest, depot_tools project already changed to main instead of master. Reference: https://stackoverflow.com/q/39765663 --- .gitmodules | 4 ++-- third_party/absl | 1 + third_party/depot_tools | 1 + third_party/gtest | 1 + third_party/protobuf | 1 + third_party/smhasher | 1 + third_party/ukey2 | 1 + 7 files changed, 8 insertions(+), 2 deletions(-) create mode 160000 third_party/absl create mode 160000 third_party/depot_tools create mode 160000 third_party/gtest create mode 160000 third_party/protobuf create mode 160000 third_party/smhasher create mode 160000 third_party/ukey2 diff --git a/.gitmodules b/.gitmodules index a0bb8380..906d7c62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ [submodule "third_party/gtest"] path = third_party/gtest url = https://github.com/google/googletest - branch = master + branch = main [submodule "third_party/absl"] path = third_party/absl url = https://github.com/abseil/abseil-cpp @@ -21,4 +21,4 @@ [submodule "third_party/depot_tools"] path = third_party/depot_tools url = https://chromium.googlesource.com/chromium/tools/depot_tools.git - branch = master + branch = main diff --git a/third_party/absl b/third_party/absl new file mode 160000 index 00000000..9336be04 --- /dev/null +++ b/third_party/absl @@ -0,0 +1 @@ +Subproject commit 9336be04a242237cd41a525bedfcf3be1bb55377 diff --git a/third_party/depot_tools b/third_party/depot_tools new file mode 160000 index 00000000..203a6447 --- /dev/null +++ b/third_party/depot_tools @@ -0,0 +1 @@ +Subproject commit 203a6447ad7a3d534829525e1daa3dde23455451 diff --git a/third_party/gtest b/third_party/gtest new file mode 160000 index 00000000..d61d4d8e --- /dev/null +++ b/third_party/gtest @@ -0,0 +1 @@ +Subproject commit d61d4d8e64c08a662055e82904bbf90e108a704f diff --git a/third_party/protobuf b/third_party/protobuf new file mode 160000 index 00000000..4812107b --- /dev/null +++ b/third_party/protobuf @@ -0,0 +1 @@ +Subproject commit 4812107b9d0fb9fdcca933766c237c38f2150379 diff --git a/third_party/smhasher b/third_party/smhasher new file mode 160000 index 00000000..61a0530f --- /dev/null +++ b/third_party/smhasher @@ -0,0 +1 @@ +Subproject commit 61a0530f28277f2e850bfc39600ce61d02b518de diff --git a/third_party/ukey2 b/third_party/ukey2 new file mode 160000 index 00000000..2f443040 --- /dev/null +++ b/third_party/ukey2 @@ -0,0 +1 @@ +Subproject commit 2f443040fc4779a6f9be65210dd33b5f918f7e56