Skip to main content

git_patch_from_texts

Function git_patch_from_texts 

Source
pub fn git_patch_from_texts(
    path: &str,
    old: Option<&str>,
    new: Option<&str>,
) -> Result<Option<String>, PatchError>