From aa7cfb0cd3e75c99f2ffee5d59b8648e33731fcb Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 15 Nov 2017 20:15:27 +0000 Subject: [PATCH] Attempt gitmodules shallow with tracking branch --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 8117d50..9a65f24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,7 +6,9 @@ path = qemu url = https://github.com/cirosantilli/qemu shallow = true + branch = lkmc [submodule "linux"] path = linux url = https://github.com/cirosantilli/linux shallow = true + branch = lkmc