pub fn set_commit_authors(
config: &mut dyn Vcs,
authors: &[&Author<'_>],
expires_in: Duration,
) -> Result<()>Expand description
ยงErrors
If writing to the git mit file fails for some reason. This reason will be specific to VCS implementation