• Show log

    Commit

  • Hash : 023ebb9a
    Author : Edward Thomson
    Date : 2020-10-11T13:48:07

    refs: introduce git_remote_name_is_valid
    
    Provide a function that can check remote 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
    remote's name.