pub fn commit_in(workspace_root: &Path, message: &str, sign: bool) -> Result<()>
git -C <workspace_root> commit [-S] -m <message> — create a commit with the given message, optionally GPG-signed.
git -C <workspace_root> commit [-S] -m <message>