Commit 62ee779ea4cdd877419571442860a0d29896a59c

lhchavez 2021-09-04T18:01:10

remote: Mark `git_remote_name_is_valid` as `GIT_EXTERN` This change makes `git_remote_name_is_valid` be part of the public interface of the library. This is needed for other language bindings to be able to find this symbol (like in git2go, when linking against libgit2 dynamically).