pub fn read_blob(repo: &Path, sha: &str) -> Result<Vec<u8>, SyncError>
Reads the bytes of a blob by its object SHA.
Runs git cat-file blob <sha>.
git cat-file blob <sha>