pub fn scan_tree_blobs(
cwd: &Path,
reference: &str,
) -> Result<Vec<TreeBlob>, Error>Expand description
Walk the tree at reference and return every blob — no size filter,
no pointer parsing. Used by fsck --pointers for its full-tree sweep
when classifying paths against .gitattributes.