Open tigerking opened 3 months ago
This will save much build time because only needs to clone the latest commits on given branch.
One of the reasons we don't set --depth 1 by default is that I don't think that used to be supported for fetching a specific commit hash (as opposed to a branch by name). Does anyone know if that's changed?
--depth 1
This will save much build time because only needs to clone the latest commits on given branch.