pub fn diff_blobs( path: &str, old_content: Option<&[u8]>, new_content: Option<&[u8]>, old_hash: Option<String>, new_hash: Option<String>, ) -> FileDiff
Diff two blobs, returning a FileDiff