| 969 | } |
| 970 | |
| 971 | int remote_find_tracking(struct remote *remote, struct refspec_item *refspec) |
| 972 | { |
| 973 | return refspec_find_match(&remote->fetch, refspec); |
| 974 | } |
| 975 | |
| 976 | static struct ref *alloc_ref_with_prefix(const char *prefix, size_t prefixlen, |
| 977 | const char *name) |
no test coverage detected