pub fn diff( project: &Path, from: Option<&str>, to: Option<&str>, ) -> Result<String, String>
Unified diff. Defaults to “working tree vs last checkpoint” when from/to are omitted.
from
to