From cb877cbba3107e833d7fe1cbfc89b4cec8b5add7 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Wed, 20 Feb 2019 10:41:06 -0500 Subject: [PATCH] added branch name to .gitmodules --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 1326048..35cfdc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "zipr_umbrella"] path = zipr_umbrella url = git@git.zephyr-software.com:allnp/peasoup_umbrella.git + branch = master [submodule "zfuzz"] path = zfuzz url = git@git.zephyr-software.com:allzp/zfuzz.git + branch = master -- GitLab