Skip to content

Commit 636e3a6

Browse files
authored
Merge pull request #151 from dbabokin/dbabokin-submodule
Specify default branch for git submodules.
2 parents 95868c7 + 2ec269f commit 636e3a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
[submodule "cmake"]
22
path = cmake
33
url = https://github.com/biojppm/cmake
4+
branch = master
45
[submodule "extern/debugbreak"]
56
path = src/c4/ext/debugbreak
67
url = https://github.com/biojppm/debugbreak
8+
branch = master
79
[submodule "src/c4/ext/fast_float"]
810
path = src/c4/ext/fast_float
911
url = https://github.com/fastfloat/fast_float
12+
branch = main

0 commit comments

Comments
 (0)