| 325 | |
| 326 | #ifndef WITH_BREAKING_CHANGES |
| 327 | static const char *skip_spaces(const char *s) |
| 328 | { |
| 329 | while (isspace(*s)) |
| 330 | s++; |
| 331 | return s; |
| 332 | } |
| 333 | |
| 334 | static void warn_about_deprecated_remote_type(const char *type, |
| 335 | const struct remote *remote) |