pub fn merge_base(
repo: Repository,
first: String,
others: Vec<String>,
out: impl Write,
format: OutputFormat,
) -> Result<()>
pub fn merge_base(
repo: Repository,
first: String,
others: Vec<String>,
out: impl Write,
format: OutputFormat,
) -> Result<()>