pub fn entries(
    repository: PathBuf,
    format: OutputFormat,
    out: impl Write
) -> Result<()>