Something went wrong. Try again.
Monorepo for Tangled — https://tangled.org forked from tangled.org/core
Something went wrong. Try again.
spindle: rework clone step master
use git fetch instead of git clone. git clone is lacking in that it does not permit cloning at a specific rev. when paired with `--branch` flag, there is no guarantee if the required rev is available in the shallow clone. with git fetch however, we are able to fetch a specific rev. the steps are a little more involved however: git init git remote add origin <url> git fetch --depth=<d> --recurse-submodules=<yes|no> <sha> git checkout FETCH_HEAD Signed-off-by: oppiliappan <me@oppi.li>
Author oppiliappan Committer Tangled Date (Jul 11, 2025, 2:08 PM UTC) Commit d52bd97a d52bd97a4f50da607bfbaf4d527881287bce24f0 Parent 98a78aeb 98a78aebd27047390e43840be9c0edd599fa7a36