MCPcopy Create free account
hub / github.com/git/git / write_shallow_commits

Function write_shallow_commits

shallow.c:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409int write_shallow_commits(struct strbuf *out, int use_pack_protocol,
410 const struct oid_array *extra)
411{
412 return write_shallow_commits_1(out, use_pack_protocol, extra, 0);
413}
414
415const char *setup_temporary_shallow(const struct oid_array *extra)
416{

Callers 4

find_commonFunction · 0.85
add_shallow_requestsFunction · 0.85
setup_temporary_shallowFunction · 0.85
setup_alternate_shallowFunction · 0.85

Calls 1

write_shallow_commits_1Function · 0.85

Tested by

no test coverage detected