Optimization in git clone using --depth 68/108368/3
authorPratik Raj <rajpratik71@gmail.com>
Thu, 28 May 2020 05:36:41 +0000 (11:06 +0530)
committerSébastien Determe <sebastien.determe@intl.att.com>
Wed, 29 Jul 2020 13:23:41 +0000 (13:23 +0000)
commit3c54913a795813ead9dd8a50f22a846ad10ee415
treecc95e62a7e9e6e438ba0fbefbaa022f786503dcd
parent04b7ecf58e76a1364c46a9ef8ac59d730d658dcb
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 .

More detail can be found at blog
https://www.atlassian.com/git/tutorials/big-repositories

Issue-ID: SDC-3089
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ib806bf0c172bd304abe9a138e2f85fcf14e07675
sdc-os-chef/scripts/k8s/build_nsenter_exec.sh