pub fn info(
    repo: Repository,
    treeish: Option<&str>,
    extended: bool,
    format: OutputFormat,
    out: impl Write,
    err: impl Write
) -> Result<()>