MCPcopy Index your code
hub / github.com/changesets/changesets / deepenCloneBy

Function deepenCloneBy

packages/git/src/index.ts:170–172  ·  view source on GitHub ↗
({ by, cwd }: { by: number; cwd: string })

Source from the content-addressed store, hash-verified

168}
169
170export async function deepenCloneBy({ by, cwd }: { by: number; cwd: string }) {
171 await spawn("git", ["fetch", `--deepen=${by}`], { cwd });
172}
173async function getRepoRoot({ cwd }: { cwd: string }) {
174 const { stdout, code, stderr } = await spawn(
175 "git",

Callers 1

getCommitsThatAddFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected