Skip to content

Commit 594620b

Browse files
committed
[release/3.1] Update submodules
- be explicit about what we're tracking - get the latest from googletest remote nit: - change googletest name to match path - `set-branch` and other updates do weird things otherwise - but, this requires another `git submodule update --init` in some cases
1 parent dbdec83 commit 594620b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
[submodule "googletest"]
1+
[submodule "src/submodules/googletest"]
22
path = src/submodules/googletest
33
url = https://github.com/google/googletest
4-
4+
branch = master
55
[submodule "src/submodules/MessagePack-CSharp"]
66
path = src/submodules/MessagePack-CSharp
77
url = https://github.com/aspnet/MessagePack-CSharp.git
8+
branch = release/3.1

src/submodules/googletest

Submodule googletest updated 364 files

0 commit comments

Comments
 (0)