buildinspace / peru

a generic package manager, for including other people's code in your projects
MIT License
1.11k stars 69 forks source link

does peru 1.3.1.release support "depth:N" option for git module? #248

Open tigerking opened 2 months ago

tigerking commented 2 months ago

This will save much build time because only needs to clone the latest commits on given branch.

oconnor663 commented 2 months ago

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?