fn determine_vcs_root(start_path: &Path) -> Result<PathBuf>Expand description
Determine the directory that is the repository root.
This function works by ascending up the file hierarchy and looking for the version control repository folder for each of SupportedVCS.