From 4d6d2e67349bfb94d89c5c6b352905492f25a551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 26 Aug 2019 21:07:16 +0200 Subject: [PATCH] Make C style checker submodule track its master branch by default --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 9358432..a269ff6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "c-style-checker"] path = c-style-checker url = https://git.shimatta.de/mhu/c-style-checker + branch = master