You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
dep should have command line args to clone without recursing and shallow.
--no-recurse would not clone submodules --shallow would clone with a depth of 1.
Both of these options would save bytes across the wire, as well as improve build stability and speed for my team. If there is interest I will make the PR.