pub fn set_commit_authors(
    config: &mut dyn Vcs,
    authors: &[&Author<'_>],
    expires_in: Duration
) -> Result<()>
Expand description

Errors

This errors if writing to the git mit file fails for some reason. Those reasons will be specific to VCS implementation