pub fn source_attribute_files(
source_index: &File,
source_root: &Path,
) -> (BTreeMap<Vec<u8>, ObjectId>, Vec<Vec<u8>>)Expand description
The .gitattributes blobs the source index records, split into the ones its stat cache
vouches for and the ones only git can settle by re-reading the file.