| 219 | } |
| 220 | |
| 221 | static void get_text_file(struct strbuf *hdr, char *name) |
| 222 | { |
| 223 | select_getanyfile(hdr); |
| 224 | hdr_nocache(hdr); |
| 225 | send_local_file(hdr, "text/plain", name); |
| 226 | } |
| 227 | |
| 228 | static void get_loose_object(struct strbuf *hdr, char *name) |
| 229 | { |
nothing calls this directly
no test coverage detected