-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
When using git to clone a remote repository for a build it is not usually
necessary to clone the full history from the remote repository - a full clone
wastes disc space. A shallow clone is sufficient if not merging and pushing
back. Adding -depth to the clone command line achieves this.