| 836 | } |
| 837 | |
| 838 | struct remote *remote_get_early(const char *name) |
| 839 | { |
| 840 | read_config(the_repository, 1); |
| 841 | return remotes_remote_get(the_repository, name); |
| 842 | } |
| 843 | |
| 844 | static inline struct remote * |
| 845 | remotes_pushremote_get(struct repository *repo, const char *name) |
no test coverage detected