From 32cb1a87cfa07d62ba813aacb4da45b5437358b2 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 15 May 2018 17:08:52 +0200 Subject: [PATCH] [chore] Default to shallow clone of binary submodules where history is seldom relevant --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index f0c1695e6..8b40dfe8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,8 @@ [submodule "test"] path = test url = https://github.com/koreader/test-data.git + shallow = true [submodule "resources/fonts"] path = resources/fonts url = https://github.com/koreader/koreader-fonts.git + shallow = true