> Are clone options intended to reduce traffic or do they serve some additional purpose? Yes, to help reduce network traffic and speed up clones in CI systems, where complete history is not required. _Originally posted by @vigneshraman in https://github.com/kernelci/kernelci-core/pull/2826#discussion_r2120894107_ Rootfs builder scripts use various approaches to running shallow clones. This task focuses on providing a set of sane defaults for such an operation. - [x] Check `git clone`s across rootfs scripts - [ ] Extract optimum set of git options - [ ] Document it as a best practice - [ ] (Optionally) Provide it as a shell function shared across scripts