From eaaf951de632753613e9b42f433cdac02d851a09 Mon Sep 17 00:00:00 2001
From: Yuri Kunde Schlesner <yuriks@yuriks.net>
Date: Tue, 7 Jul 2015 16:22:26 -0300
Subject: [PATCH] AppVeyor: Remove submodule checkout depth

This avoid intermittent build failures due to a commit not being
reachable using a fixed depth, at the expense of longer checkout times.
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 7e9155e6d..5dc147639 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ configuration:
   - Release
 
 install:
-  - git submodule update --init --recursive --depth 20
+  - git submodule update --init --recursive
 
 before_build:
   - mkdir build