Skip to content

Commit fe95138

Browse files
committed
Pin monad and pester submodules to develop branchs
This only affects updating with `git submodule update --remote`, which will fetch and checkout the corresponding branch (defaulting to master for most of our submodules) instead of the recorded commit. Note that the submodule will still be checked out to a detached head, as it should be.
1 parent b136266 commit fe95138

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitmodules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "src/monad"]
22
path = src/monad
33
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad
4+
branch = develop
45
[submodule "ext-src/cppunit"]
56
path = ext-src/cppunit
67
url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
@@ -13,6 +14,7 @@
1314
[submodule "ext-src/pester"]
1415
path = ext-src/pester
1516
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/Pester
17+
branch = develop
1618
[submodule "src/monad-omi-provider"]
1719
path = src/monad-omi-provider
1820
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad-omi-provider

0 commit comments

Comments
 (0)