From 525645b43bce11964a87771fe05925892abb885a Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 15 Mar 2024 19:55:53 +0100 Subject: [PATCH] Configure branch for Git submodules Signed-off-by: Simon Rozman --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 10a39547f..a3030b9b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "UnitTests/zlib"] path = UnitTests/zlib url = https://github.com/madler/zlib.git + branch = master