From 4b33389fcaf72abd394498bf815b654ddb785560 Mon Sep 17 00:00:00 2001 From: Olivier ORAND Date: Mon, 11 Sep 2023 15:14:43 +0000 Subject: [PATCH] Fixup! add info message about sparse-checkout --- assets/check | 1 + assets/in | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/check b/assets/check index 7ce432f..c4a40e5 100755 --- a/assets/check +++ b/assets/check @@ -60,6 +60,7 @@ else fi if [ "$sparse_checkout" == "true" ];then + echo "Sparse checkout enabled for $sparse_paths" git clone --single-branch --no-checkout --filter=tree:0 $uri $branchflag ${destination} $tagflag # git clone --single-branch --no-checkout --filter=blob:none $uri $branchflag ${destination} $tagflag git sparse-checkout init --cone diff --git a/assets/in b/assets/in index 2906e33..7618916 100755 --- a/assets/in +++ b/assets/in @@ -100,6 +100,7 @@ fi if [ "$sparse_checkout" == "true" ];then # mkdir ${destination}; + echo "Sparse checkout enabled for $sparse_paths" git clone --single-branch --no-checkout --filter=tree:0 $depthflag $uri $branchflag ${destination} $tagflag # git clone --single-branch --no-checkout --filter=blob:none $depthflag $uri $branchflag ${destination} $tagflag git sparse-checkout init --cone