| 842 | } |
| 843 | |
| 844 | static inline struct remote * |
| 845 | remotes_pushremote_get(struct repository *repo, const char *name) |
| 846 | { |
| 847 | return remotes_remote_get_1(repo, name, remotes_pushremote_for_branch); |
| 848 | } |
| 849 | |
| 850 | struct remote *pushremote_get(const char *name) |
| 851 | { |
no test coverage detected