pub fn find_repo_root<'a>(dir: &'a Path) -> Option<PathBuf>
Expand description

Find the repository root from one of its descendant directories. Return None iff dir is not in a repository.