write_gitsigners

Function write_gitsigners 

Source
pub fn write_gitsigners<'a>(
    repo: &Path,
    signers: impl IntoIterator<Item = &'a NodeId>,
) -> Result<PathBuf, Error>
Expand description

Write a .gitsigners file in the given repository. Fails if the file already exists.