From eaab71191568dece4338e95b5931e5397d7fdafb Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 16 Nov 2016 19:24:27 +0200 Subject: [PATCH 1/2] Remove --depth 1 for superproject in appveyor.yml. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d4eb4f0..edf4eaa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ branches: install: - cd .. - - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root + - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config From 026171899cf2746d1fde4154364aa2d5bba94222 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 16 Nov 2016 19:31:41 +0200 Subject: [PATCH 2/2] Revert "Remove --depth 1 for superproject in appveyor.yml." This reverts commit eaab71191568dece4338e95b5931e5397d7fdafb. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index edf4eaa..d4eb4f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ branches: install: - cd .. - - git clone -b %APPVEYOR_REPO_BRANCH% https://github.com/boostorg/boost.git boost-root + - git clone -b %APPVEYOR_REPO_BRANCH% --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init tools/build - git submodule update --init libs/config