diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-02-12 10:08:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-12 10:08:54 -0800 |
| commit | 0a99ffb4d6645142e68517c59db61b7e58a4f7cc (patch) | |
| tree | be7a8cad2f222763a145191470dff02ed7a16ad1 /remote.h | |
| parent | Merge branch 'ms/refspec-cleanup' (diff) | |
| parent | remote: relocate valid_remote_name (diff) | |
| download | git-0a99ffb4d6645142e68517c59db61b7e58a4f7cc.tar.gz git-0a99ffb4d6645142e68517c59db61b7e58a4f7cc.zip | |
Merge branch 'ms/remote-valid-remote-name'
Code shuffling.
* ms/remote-valid-remote-name:
remote: relocate valid_remote_name
Diffstat (limited to 'remote.h')
| -rw-r--r-- | remote.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
