• Show log

    Commit

  • Hash : 88323cd0
    Author : Edward Thomson
    Date : 2021-03-20T09:52:17

    path: git_path_isvalid -> git_path_validate
    
    If we want to validate more and different types of paths, the name
    `git_path_validate` makes that easier and more expressive.  We can add,
    for example, `git_path_validate_foo` while the current name makes that
    less ergonomic.