From: Pratik Raj Date: Thu, 28 May 2020 05:37:04 +0000 (+0530) Subject: Issue-ID: APPC-1882 optimization in git clone using --depth X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9c96d16bb3d9b96467efc931684d351b64eb871a;hp=9c96d16bb3d9b96467efc931684d351b64eb871a;p=appc%2Fdeployment.git Issue-ID: APPC-1882 optimization in git clone using --depth optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository . Respective issue with Issue-ID: APPC-1882 is created at https://jira.onap.org/browse/APPC-1882 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj Change-Id: Ic5e7169b23662f80f98e192355163159f42182b8 ---