• Show log

    Commit

  • Hash : 29715d40
    Author : Edward Thomson
    Date : 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.