pub fn write_tree<'r>( path: &Path, bytes: &[u8], repo: &'r Repository, ) -> Result<Tree<'r>, Error>
Write a tree with the given blob at the given path.