pub fn list_loose(objects_dir: &Path) -> Vec<GitHash>Expand description
Enumerate every loose object under objects_dir by scanning
objects/<xx>/<38hex>. Malformed names are skipped; never panics. A missing
objects directory simply yields an empty list.