Skip to content

Commit 8f56f8e

Browse files
committed
chore: Pinning submodules to commit SHA
3137465194014d66a8402941e80d2bccc6346f51 contrib/pax_storage/src/cpp/contrib/cpp-stub (heads/master) 0da57b85cf23e48d0e515f58c65a25425dbde012 contrib/pax_storage/src/cpp/contrib/googlebench (heads/main) 52204f78f94d7512df1f0f3bea1d47437a2c3a58 contrib/pax_storage/src/cpp/contrib/googletest (heads/v1.15.x) 3a58301067bbc03da89ae5a51b3e05b7da719d38 contrib/pax_storage/src/cpp/contrib/tabulate (heads/master) 61c03f62b370b685b7994830b570a88d05ba15ab dependency/yyjson (heads/master) a09ea700d32bab83325aff9ff34d0582e50e3997 gpcontrib/gpcloud/test/googletest (heads/main)
1 parent e492ba1 commit 8f56f8e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.gitmodules

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
[submodule "gpcontrib/gpcloud/test/googletest"]
22
path = gpcontrib/gpcloud/test/googletest
33
url = https://github.com/google/googletest.git
4+
# branch: main
5+
branch = a09ea700d32bab83325aff9ff34d0582e50e3997
46
[submodule "contrib/pax_storage/src/cpp/contrib/googletest"]
57
path = contrib/pax_storage/src/cpp/contrib/googletest
68
url = https://github.com/google/googletest.git
7-
branch = v1.15.x
9+
# branch: v1.15.x
10+
branch = 52204f78f94d7512df1f0f3bea1d47437a2c3a58
811
[submodule "contrib/pax_storage/src/cpp/contrib/tabulate"]
912
path = contrib/pax_storage/src/cpp/contrib/tabulate
1013
url = https://github.com/p-ranav/tabulate.git
14+
# branch: master
15+
branch = 3a58301067bbc03da89ae5a51b3e05b7da719d38
1116
[submodule "contrib/pax_storage/src/cpp/contrib/googlebench"]
1217
path = contrib/pax_storage/src/cpp/contrib/googlebench
1318
url = https://github.com/google/benchmark.git
19+
# branch: main
20+
branch = 0da57b85cf23e48d0e515f58c65a25425dbde012
1421
[submodule "contrib/pax_storage/src/cpp/contrib/cpp-stub"]
1522
path = contrib/pax_storage/src/cpp/contrib/cpp-stub
1623
url = https://github.com/coolxv/cpp-stub.git
24+
# branch: master
25+
branch = 3137465194014d66a8402941e80d2bccc6346f51
1726
[submodule "dependency/yyjson"]
1827
path = dependency/yyjson
1928
url = https://github.com/ibireme/yyjson.git
29+
# branch: master
30+
branch = 61c03f62b370b685b7994830b570a88d05ba15ab
2031

0 commit comments

Comments
 (0)