| 233 | } |
| 234 | |
| 235 | static void get_pack_file(struct strbuf *hdr, char *name) |
| 236 | { |
| 237 | select_getanyfile(hdr); |
| 238 | hdr_cache_forever(hdr); |
| 239 | send_local_file(hdr, "application/x-git-packed-objects", name); |
| 240 | } |
| 241 | |
| 242 | static void get_idx_file(struct strbuf *hdr, char *name) |
| 243 | { |
nothing calls this directly
no test coverage detected