Merge branch 'ms/remote-valid-remote-name'

Code shuffling.

* ms/remote-valid-remote-name:
  remote: relocate valid_remote_name
This commit is contained in:
Junio C Hamano
2025-02-12 10:08:54 -08:00
4 changed files with 12 additions and 11 deletions

View File

@@ -448,4 +448,6 @@ void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);
char *relative_url(const char *remote_url, const char *url,
const char *up_path);
int valid_remote_name(const char *name);
#endif