| 824 | } |
| 825 | |
| 826 | static inline struct remote * |
| 827 | remotes_remote_get(struct repository *repo, const char *name) |
| 828 | { |
| 829 | return remotes_remote_get_1(repo, name, remotes_remote_for_branch); |
| 830 | } |
| 831 | |
| 832 | struct remote *remote_get(const char *name) |
| 833 | { |
no test coverage detected