pub fn create_patch_for_changes(
full_diff: &str,
changes: &[FileChange],
) -> Result<String>Expand description
Create a patch for specific file changes with hunk selection
pub fn create_patch_for_changes(
full_diff: &str,
changes: &[FileChange],
) -> Result<String>Create a patch for specific file changes with hunk selection