Skip to main content

apply_patch_to_index

Function apply_patch_to_index 

Source
pub fn apply_patch_to_index(
    patch: &str,
    mode: &ApplyMode,
    index_path: &Path,
) -> Result<()>
Expand description

Apply a patch using git apply against a specific index file.