| 407 | } |
| 408 | |
| 409 | int 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 | |
| 415 | const char *setup_temporary_shallow(const struct oid_array *extra) |
| 416 | { |
no test coverage detected