pub fn squash(
repo: &Repository,
head_id: Oid,
into_id: Oid,
sign: Option<&dyn Sign>,
) -> Result<Oid, Error>Expand description
Squash head_id into into_id without touching the working directory
into_id’s author, committer, and message are preserved.