Commit 29715d4082ef97d54ce2bf24943425f558335796

Edward Thomson 2020-10-11T12:50:52

refs: introduce git_reference_name_is_valid Provide a function that can check reference name validity but can also signal when an error occurs. Use the name "name_is_valid", which is more suggestive of checking a given name, rather than "is_valid_name", which suggests that the function checks the validity of the current reference's name.