From db76354969e85bb1e9f37c599902ee694f5c41e8 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Tue, 11 Sep 2018 01:32:12 +0000
Subject: [PATCH] changed to not-shallow for capstone to deal with git error
 messages about not being able to grab an unadvertised hash

Former-commit-id: 5237a5c7adf85d0a0070c70b7e56ca0d9d0a630b
---
 .gitmodules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 8e0f3199d..c14084e9e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,5 +1,4 @@
 [submodule "libcapstone"]
-	shallow = true
 	path = libcapstone
 	url = https://github.com/aquynh/capstone.git
 [submodule "libehp"]
-- 
GitLab