pub fn stage_group_changes(
group: &ChangeGroup,
dir: &str,
full_diff: &str,
) -> Result<()>Expand description
Stage changes for a specific group (hunk-aware).
The full_diff argument must be taken before any compose commits run so the
recorded hunk headers remain stable across groups.