pub fn clone_local( source: &Path, dest: &Path, branch: &str, ) -> Result<(), Error>
Clone from a local repo directory (fast, shares objects via hardlinks).