pub fn content_rev(files: &[(Utf8PathBuf, Utf8PathBuf)]) -> Result<String>Expand description
Content-addressed revision of a set of files: hex12 over sorted
(path, length, bytes). Identical content dedupes to the same rev.
pub fn content_rev(files: &[(Utf8PathBuf, Utf8PathBuf)]) -> Result<String>Content-addressed revision of a set of files: hex12 over sorted
(path, length, bytes). Identical content dedupes to the same rev.