| 699 | } |
| 700 | |
| 701 | int credential_from_url_gently(struct credential *c, const char *url, int quiet) |
| 702 | { |
| 703 | return credential_from_url_1(c, url, 0, quiet); |
| 704 | } |
| 705 | |
| 706 | void credential_from_url(struct credential *c, const char *url) |
| 707 | { |
no test coverage detected