Function merge_base

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