From afa3e0490930d84f3d0b44cc780157bd8ed04f83 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 10 Aug 2017 12:35:22 +0200
Subject: [PATCH] [git] Do a shallow clone of Tests/Data.

This reduces download times significantly as downloaded decreases
from over 1 GB to around 60 MB.
---
 .gitmodules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmodules b/.gitmodules
index 7d85724fadf..8021c5e26d8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -16,6 +16,7 @@
 [submodule "Tests/Data"]
 	path = Tests/Data
 	url = https://github.com/ufz/ogs-data
+	shallow = true
 [submodule "ThirdParty/vtkGUISupportQt"]
 	path = ThirdParty/vtkGUISupportQt
 	url = https://github.com/ufz/vtkGUISupportQt.git
-- 
GitLab