| 84 | } |
| 85 | |
| 86 | bool write_pack_opts_is_local(const struct write_pack_opts *opts) |
| 87 | { |
| 88 | return starts_with(opts->destination, opts->packdir); |
| 89 | } |
| 90 | |
| 91 | int finish_pack_objects_cmd(const struct git_hash_algo *algop, |
| 92 | const struct write_pack_opts *opts, |
no test coverage detected