pub fn empty_bare_repo(scratch: &Path, name: &str) -> Result<PathBuf>Expand description
A freshly initialised bare repository under scratch, named name.
Fresh and empty on purpose: a connectivity verdict is only about the pack if the repository brings no objects of its own to satisfy a link with.