Skip to main content

apply_file_patch_ws

Function apply_file_patch_ws 

Source
pub fn apply_file_patch_ws(
    base: &[u8],
    patch: &FilePatch,
    opts: &WsApplyOptions,
) -> WsApplyOutcome
Expand description

Whitespace-aware single-file apply — git’s apply_one_fragment matching path.