| 290 | } |
| 291 | |
| 292 | int list_bundle_refs(struct bundle_header *header, int argc, const char **argv) |
| 293 | { |
| 294 | return list_refs(&header->references, argc, argv); |
| 295 | } |
| 296 | |
| 297 | static int is_tag_in_date_range(struct object *tag, struct rev_info *revs) |
| 298 | { |
no test coverage detected