From 562d74fb6a6610ec675a7c4eae8df50ec038f7d6 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 13 Mar 2018 17:06:21 +0100 Subject: [PATCH] appveyor-ci: set clone depth to 50 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7cafffc9a..c48f3687b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -16,7 +16,7 @@ init: - git config --global core.autocrlf true # Set clone depth (do not fetch complete history) -clone_depth: 10 +clone_depth: 50 # Skipping commits affecting only specific files skip_commits: