Commit 88323cd0723cf2f6cb6daa1d2fc275a3fdde5efc

Edward Thomson 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.